public final class UptimeCheckIp
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 |
|---|
UptimeCheckIp() |
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckIp |
clone() |
java.lang.String |
getIpAddress()
The IP address from which the uptime check originates.
|
java.lang.String |
getLocation()
A more specific location within the region that typically encodes a particular city/town/metro
(and its containing state/province or country) within the broader umbrella region category.
|
java.lang.String |
getRegion()
A broad region category in which the IP address is located.
|
UptimeCheckIp |
set(java.lang.String fieldName,
java.lang.Object value) |
UptimeCheckIp |
setIpAddress(java.lang.String ipAddress)
The IP address from which the uptime check originates.
|
UptimeCheckIp |
setLocation(java.lang.String location)
A more specific location within the region that typically encodes a particular city/town/metro
(and its containing state/province or country) within the broader umbrella region category.
|
UptimeCheckIp |
setRegion(java.lang.String region)
A broad region category in which the IP address is located.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getIpAddress()
null for nonepublic UptimeCheckIp setIpAddress(java.lang.String ipAddress)
ipAddress - ipAddress or null for nonepublic java.lang.String getLocation()
null for nonepublic UptimeCheckIp setLocation(java.lang.String location)
location - location or null for nonepublic java.lang.String getRegion()
null for nonepublic UptimeCheckIp setRegion(java.lang.String region)
region - region or null for nonepublic UptimeCheckIp set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UptimeCheckIp clone()
clone in class com.google.api.client.json.GenericJson