public static class GetEventReportResponse.Builder extends Object
| 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(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
GetEventReportResponse.Builder |
opcRequestId(String opcRequestId)
identifier for the request
|
public GetEventReportResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetEventReportResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
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.
public GetEventReportResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.