public static class GetEventReportResponse.Builder extends Object implements BmcResponse.Builder<GetEventReportResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetEventReportResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetEventReportResponse |
build()
Build the response object.
|
GetEventReportResponse.Builder |
copy(GetEventReportResponse o)
Copy method to populate the builder with values from the given instance.
|
GetEventReportResponse.Builder |
eventReport(EventReport eventReport)
The returned
EventReport instance. |
GetEventReportResponse.Builder |
headers(Map<String,List<String>> headers) |
GetEventReportResponse.Builder |
opcRequestId(String opcRequestId)
identifier for the request
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetEventReportResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetEventReportResponse>
public GetEventReportResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetEventReportResponse>
public GetEventReportResponse.Builder opcRequestId(String opcRequestId)
identifier for the request
opcRequestId
- the value to setpublic GetEventReportResponse.Builder eventReport(EventReport eventReport)
The returned EventReport
instance.
eventReport
- the value to setpublic GetEventReportResponse.Builder copy(GetEventReportResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetEventReportResponse>
o
- other request from which to copy valuespublic GetEventReportResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetEventReportResponse>
Copyright © 2016–2024. All rights reserved.