public final class Group
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 |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Group |
clone() |
java.lang.String |
getDisplayName()
A user-assigned name for this group, used only for display purposes.
|
java.lang.String |
getFilter()
The filter used to determine which monitored resources belong to this group.
|
java.lang.Boolean |
getIsCluster()
If true, the members of this group are considered to be a cluster.
|
java.lang.String |
getName()
Output only.
|
java.lang.String |
getParentName()
The name of the group's parent, if it has one.
|
Group |
set(java.lang.String fieldName,
java.lang.Object value) |
Group |
setDisplayName(java.lang.String displayName)
A user-assigned name for this group, used only for display purposes.
|
Group |
setFilter(java.lang.String filter)
The filter used to determine which monitored resources belong to this group.
|
Group |
setIsCluster(java.lang.Boolean isCluster)
If true, the members of this group are considered to be a cluster.
|
Group |
setName(java.lang.String name)
Output only.
|
Group |
setParentName(java.lang.String parentName)
The name of the group's parent, if it has one.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getDisplayName()
null for nonepublic Group setDisplayName(java.lang.String displayName)
displayName - displayName or null for nonepublic java.lang.String getFilter()
null for nonepublic Group setFilter(java.lang.String filter)
filter - filter or null for nonepublic java.lang.Boolean getIsCluster()
null for nonepublic Group setIsCluster(java.lang.Boolean isCluster)
isCluster - isCluster or null for nonepublic java.lang.String getName()
null for nonepublic Group setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getParentName()
null for nonepublic Group setParentName(java.lang.String parentName)
parentName - parentName or null for nonepublic Group set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Group clone()
clone in class com.google.api.client.json.GenericJson