Class GetPingMonitorResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.healthchecks.responses.GetPingMonitorResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GetPingMonitorResponse>
 - Enclosing class:
- GetPingMonitorResponse
 
 public static class GetPingMonitorResponse.Builder extends Object implements BmcResponse.Builder<GetPingMonitorResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPingMonitorResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetPingMonitorResponsebuild()Build the response object.GetPingMonitorResponse.Buildercopy(GetPingMonitorResponse o)Copy method to populate the builder with values from the given instance.GetPingMonitorResponse.Builderetag(String etag)An entity tag that uniquely identifies a version of the resource.GetPingMonitorResponse.Builderheaders(Map<String,List<String>> headers)GetPingMonitorResponse.BuilderisNotModified(boolean isNotModified)Flag to indicate whether or not the object was modified.GetPingMonitorResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.GetPingMonitorResponse.BuilderpingMonitor(PingMonitor pingMonitor)The returned PingMonitor instance, or null ifGetPingMonitorResponse.isNotModified()is true.
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public GetPingMonitorResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GetPingMonitorResponse>
 
 - 
headerspublic GetPingMonitorResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GetPingMonitorResponse>
 
 - 
opcRequestIdpublic 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. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
etagpublic GetPingMonitorResponse.Builder etag(String etag) An entity tag that uniquely identifies a version of the resource.- Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
pingMonitorpublic GetPingMonitorResponse.Builder pingMonitor(PingMonitor pingMonitor) The returned PingMonitor instance, or null ifGetPingMonitorResponse.isNotModified()is true.- Parameters:
- pingMonitor- the value to set
- Returns:
- this builder
 
 - 
isNotModifiedpublic 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’). - Specified by:
- isNotModifiedin interface- BmcResponse.Builder<GetPingMonitorResponse>
- Parameters:
- true- if the object was not modified
 
 - 
copypublic GetPingMonitorResponse.Builder copy(GetPingMonitorResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GetPingMonitorResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetPingMonitorResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GetPingMonitorResponse>
- Returns:
- the response object
 
 
- 
 
-