public static class GetConsoleHistoryContentResponse.Builder extends Object implements BmcResponse.Builder<GetConsoleHistoryContentResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetConsoleHistoryContentResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetConsoleHistoryContentResponse |
build()
Build the response object.
|
GetConsoleHistoryContentResponse.Builder |
copy(GetConsoleHistoryContentResponse o)
Copy method to populate the builder with values from the given instance.
|
GetConsoleHistoryContentResponse.Builder |
headers(Map<String,List<String>> headers) |
GetConsoleHistoryContentResponse.Builder |
opcBytesRemaining(Integer opcBytesRemaining)
The number of bytes remaining in the snapshot.
|
GetConsoleHistoryContentResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetConsoleHistoryContentResponse.Builder |
value(String value)
The returned String instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetConsoleHistoryContentResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetConsoleHistoryContentResponse>
public GetConsoleHistoryContentResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetConsoleHistoryContentResponse>
public GetConsoleHistoryContentResponse.Builder opcBytesRemaining(Integer opcBytesRemaining)
The number of bytes remaining in the snapshot.
opcBytesRemaining
- the value to setpublic GetConsoleHistoryContentResponse.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 GetConsoleHistoryContentResponse.Builder value(String value)
The returned String instance.
value
- the value to setpublic GetConsoleHistoryContentResponse.Builder copy(GetConsoleHistoryContentResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetConsoleHistoryContentResponse>
o
- other request from which to copy valuespublic GetConsoleHistoryContentResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetConsoleHistoryContentResponse>
Copyright © 2016–2023. All rights reserved.