@Generated(value="OracleSDKGenerator", comments="API Version: 20180501") public class GetHttpMonitorRequest extends BmcRequest<Void>
Modifier and Type | Class and Description |
---|---|
static class |
GetHttpMonitorRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetHttpMonitorRequest.Builder |
builder() |
String |
getIfNoneMatch()
The
If-None-Match header field makes the request method conditional on the absence of any current representation of the target resource, when the field-value is * , or having a selected representation with an entity-tag that does not match any of those listed in the field-value. |
String |
getMonitorId()
The OCID of a monitor.
|
String |
getOpcRequestId()
Unique Oracle-assigned identifier for the request.
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static GetHttpMonitorRequest.Builder builder()
public String getMonitorId()
The OCID of a monitor.
public String getOpcRequestId()
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
public String getIfNoneMatch()
The If-None-Match
header field makes the request method conditional on the absence of any current representation of the target resource, when the field-value is *
, or having a selected representation with an entity-tag that does not match any of those listed in the field-value.
Copyright © 2016–2020. All rights reserved.