public static class GetAwrDbReportResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetAwrDbReportResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetAwrDbReportResponse.Builder |
awrDbReport(AwrDbReport awrDbReport)
The returned AwrDbReport instance.
|
GetAwrDbReportResponse |
build()
Build the response object.
|
GetAwrDbReportResponse.Builder |
copy(GetAwrDbReportResponse o)
Copy method to populate the builder with values from the given instance.
|
GetAwrDbReportResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
GetAwrDbReportResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public GetAwrDbReportResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetAwrDbReportResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public GetAwrDbReportResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic GetAwrDbReportResponse.Builder awrDbReport(AwrDbReport awrDbReport)
The returned AwrDbReport instance.
awrDbReport
- the value to setpublic GetAwrDbReportResponse.Builder copy(GetAwrDbReportResponse o)
Copy method to populate the builder with values from the given instance.
public GetAwrDbReportResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.