Class ListPingProbeResultsResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.healthchecks.responses.ListPingProbeResultsResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<ListPingProbeResultsResponse>
 - Enclosing class:
- ListPingProbeResultsResponse
 
 public static class ListPingProbeResultsResponse.Builder extends Object implements BmcResponse.Builder<ListPingProbeResultsResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListPingProbeResultsResponse.Builder__httpStatusCode__(int __httpStatusCode__)ListPingProbeResultsResponsebuild()Build the response object.ListPingProbeResultsResponse.Buildercopy(ListPingProbeResultsResponse o)Copy method to populate the builder with values from the given instance.ListPingProbeResultsResponse.Builderheaders(Map<String,List<String>> headers)ListPingProbeResultsResponse.Builderitems(List<PingProbeResultSummary> items)A list of com.oracle.bmc.healthchecks.model.PingProbeResultSummary instances.ListPingProbeResultsResponse.BuilderopcNextPage(String opcNextPage)For pagination of a list of items.ListPingProbeResultsResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public ListPingProbeResultsResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<ListPingProbeResultsResponse>
 
 - 
headerspublic ListPingProbeResultsResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<ListPingProbeResultsResponse>
 
 - 
opcRequestIdpublic ListPingProbeResultsResponse.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
 
 - 
opcNextPagepublic ListPingProbeResultsResponse.Builder opcNextPage(String opcNextPage) For pagination of a list of items.When paging through a list, if this header appears in the response, then there may be additional items still to get. Include this value as the page parameter for the subsequent GET request. For information about pagination, see List Pagination. - Parameters:
- opcNextPage- the value to set
- Returns:
- this builder
 
 - 
itemspublic ListPingProbeResultsResponse.Builder items(List<PingProbeResultSummary> items) A list of com.oracle.bmc.healthchecks.model.PingProbeResultSummary instances.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
copypublic ListPingProbeResultsResponse.Builder copy(ListPingProbeResultsResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<ListPingProbeResultsResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListPingProbeResultsResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<ListPingProbeResultsResponse>
- Returns:
- the response object
 
 
- 
 
-