public final class CheckInfo
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 Service Control 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 |
---|
CheckInfo() |
Modifier and Type | Method and Description |
---|---|
CheckInfo |
clone() |
ConsumerInfo |
getConsumerInfo()
Consumer info of this check.
|
java.util.List<java.lang.String> |
getUnusedArguments()
A list of fields and label keys that are ignored by the server.
|
CheckInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
CheckInfo |
setConsumerInfo(ConsumerInfo consumerInfo)
Consumer info of this check.
|
CheckInfo |
setUnusedArguments(java.util.List<java.lang.String> unusedArguments)
A list of fields and label keys that are ignored by the server.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public ConsumerInfo getConsumerInfo()
null
for nonepublic CheckInfo setConsumerInfo(ConsumerInfo consumerInfo)
consumerInfo
- consumerInfo or null
for nonepublic java.util.List<java.lang.String> getUnusedArguments()
null
for nonepublic CheckInfo setUnusedArguments(java.util.List<java.lang.String> unusedArguments)
unusedArguments
- unusedArguments or null
for nonepublic CheckInfo set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public CheckInfo clone()
clone
in class com.google.api.client.json.GenericJson