public static class GetPingMonitorResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetPingMonitorResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetPingMonitorResponse |
build() |
GetPingMonitorResponse.Builder |
copy(GetPingMonitorResponse o)
Copy method to populate the builder with values from the given instance.
|
GetPingMonitorResponse.Builder |
etag(String etag)
An entity tag that uniquely identifies a version of the resource.
|
GetPingMonitorResponse.Builder |
isNotModified(boolean isNotModified)
Flag to indicate whether or not the object was modified.
|
GetPingMonitorResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetPingMonitorResponse.Builder |
pingMonitor(PingMonitor pingMonitor)
The returned PingMonitor instance, or null if
GetPingMonitorResponse.isNotModified() is true. |
String |
toString() |
public GetPingMonitorResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetPingMonitorResponse.Builder copy(GetPingMonitorResponse o)
Copy method to populate the builder with values from the given instance.
public GetPingMonitorResponse build()
public GetPingMonitorResponse.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.
this
.public GetPingMonitorResponse.Builder etag(String etag)
An entity tag that uniquely identifies a version of the resource.
this
.public GetPingMonitorResponse.Builder pingMonitor(PingMonitor pingMonitor)
The returned PingMonitor instance, or null if GetPingMonitorResponse.isNotModified()
is true.
this
.public GetPingMonitorResponse.Builder isNotModified(boolean isNotModified)
Flag to indicate whether or not the object was modified. If this is true, the getter for the object itself will return null. Callers should check this if they specified one of the request params that might result in a conditional response (like ‘if-match’/‘if-none-match’).
this
.Copyright © 2016–2022. All rights reserved.