public final class InternalChecker
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Stackdriver Monitoring API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
InternalChecker() |
| Modifier and Type | Method and Description |
|---|---|
InternalChecker |
clone() |
java.lang.String |
getCheckerId()
The checker ID.
|
java.lang.String |
getDisplayName()
The checker's human-readable name.
|
java.lang.String |
getGcpZone()
The GCP zone the uptime check should egress from.
|
java.lang.String |
getNetwork()
The internal network to perform this uptime check on.
|
java.lang.String |
getProjectId()
The GCP project ID.
|
InternalChecker |
set(java.lang.String fieldName,
java.lang.Object value) |
InternalChecker |
setCheckerId(java.lang.String checkerId)
The checker ID.
|
InternalChecker |
setDisplayName(java.lang.String displayName)
The checker's human-readable name.
|
InternalChecker |
setGcpZone(java.lang.String gcpZone)
The GCP zone the uptime check should egress from.
|
InternalChecker |
setNetwork(java.lang.String network)
The internal network to perform this uptime check on.
|
InternalChecker |
setProjectId(java.lang.String projectId)
The GCP project ID.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getCheckerId()
null for nonepublic InternalChecker setCheckerId(java.lang.String checkerId)
checkerId - checkerId or null for nonepublic java.lang.String getDisplayName()
null for nonepublic InternalChecker setDisplayName(java.lang.String displayName)
displayName - displayName or null for nonepublic java.lang.String getGcpZone()
null for nonepublic InternalChecker setGcpZone(java.lang.String gcpZone)
gcpZone - gcpZone or null for nonepublic java.lang.String getNetwork()
null for nonepublic InternalChecker setNetwork(java.lang.String network)
network - network or null for nonepublic java.lang.String getProjectId()
null for nonepublic InternalChecker setProjectId(java.lang.String projectId)
projectId - projectId or null for nonepublic InternalChecker set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic InternalChecker clone()
clone in class com.google.api.client.json.GenericJson