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