public static class RequestJfrRecordingsResponse.Builder extends Object implements BmcResponse.Builder<RequestJfrRecordingsResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RequestJfrRecordingsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
RequestJfrRecordingsResponse |
build()
Build the response object.
|
RequestJfrRecordingsResponse.Builder |
copy(RequestJfrRecordingsResponse o)
Copy method to populate the builder with values from the given instance.
|
RequestJfrRecordingsResponse.Builder |
headers(Map<String,List<String>> headers) |
RequestJfrRecordingsResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
RequestJfrRecordingsResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public RequestJfrRecordingsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<RequestJfrRecordingsResponse>
public RequestJfrRecordingsResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<RequestJfrRecordingsResponse>
public RequestJfrRecordingsResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request. You can use this to query the status of the asynchronous operation.
opcWorkRequestId
- the value to setpublic RequestJfrRecordingsResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the request ID.
opcRequestId
- the value to setpublic RequestJfrRecordingsResponse.Builder copy(RequestJfrRecordingsResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<RequestJfrRecordingsResponse>
o
- other request from which to copy valuespublic RequestJfrRecordingsResponse build()
Build the response object.
build
in interface BmcResponse.Builder<RequestJfrRecordingsResponse>
Copyright © 2016–2024. All rights reserved.