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 Cloud 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UptimeCheckIp() |
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckIp |
clone() |
String |
getIpAddress()
The IP address from which the Uptime check originates.
|
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.
|
String |
getRegion()
A broad region category in which the IP address is located.
|
UptimeCheckIp |
set(String fieldName,
Object value) |
UptimeCheckIp |
setIpAddress(String ipAddress)
The IP address from which the Uptime check originates.
|
UptimeCheckIp |
setLocation(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(String region)
A broad region category in which the IP address is located.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getIpAddress()
null for nonepublic UptimeCheckIp setIpAddress(String ipAddress)
ipAddress - ipAddress or null for nonepublic String getLocation()
null for nonepublic UptimeCheckIp setLocation(String location)
location - location or null for nonepublic String getRegion()
null for nonepublic UptimeCheckIp setRegion(String region)
region - region or null for nonepublic UptimeCheckIp set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UptimeCheckIp clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.