public final class CheckResponse
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 |
---|
CheckResponse() |
Modifier and Type | Method and Description |
---|---|
CheckResponse |
clone() |
java.util.List<CheckError> |
getCheckErrors()
Indicate the decision of the check.
|
CheckInfo |
getCheckInfo()
Feedback data returned from the server during processing a Check request.
|
java.lang.String |
getOperationId()
The same operation_id value used in the CheckRequest.
|
QuotaInfo |
getQuotaInfo()
Quota information for the check request associated with this response.
|
java.lang.String |
getServiceConfigId()
The actual config id used to process the request.
|
java.lang.String |
getServiceRolloutId()
Unimplemented.
|
CheckResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
CheckResponse |
setCheckErrors(java.util.List<CheckError> checkErrors)
Indicate the decision of the check.
|
CheckResponse |
setCheckInfo(CheckInfo checkInfo)
Feedback data returned from the server during processing a Check request.
|
CheckResponse |
setOperationId(java.lang.String operationId)
The same operation_id value used in the CheckRequest.
|
CheckResponse |
setQuotaInfo(QuotaInfo quotaInfo)
Quota information for the check request associated with this response.
|
CheckResponse |
setServiceConfigId(java.lang.String serviceConfigId)
The actual config id used to process the request.
|
CheckResponse |
setServiceRolloutId(java.lang.String serviceRolloutId)
Unimplemented.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<CheckError> getCheckErrors()
null
for nonepublic CheckResponse setCheckErrors(java.util.List<CheckError> checkErrors)
checkErrors
- checkErrors or null
for nonepublic CheckInfo getCheckInfo()
null
for nonepublic CheckResponse setCheckInfo(CheckInfo checkInfo)
checkInfo
- checkInfo or null
for nonepublic java.lang.String getOperationId()
null
for nonepublic CheckResponse setOperationId(java.lang.String operationId)
operationId
- operationId or null
for nonepublic QuotaInfo getQuotaInfo()
null
for nonepublic CheckResponse setQuotaInfo(QuotaInfo quotaInfo)
quotaInfo
- quotaInfo or null
for nonepublic java.lang.String getServiceConfigId()
null
for nonepublic CheckResponse setServiceConfigId(java.lang.String serviceConfigId)
serviceConfigId
- serviceConfigId or null
for nonepublic java.lang.String getServiceRolloutId()
null
for nonepublic CheckResponse setServiceRolloutId(java.lang.String serviceRolloutId)
serviceRolloutId
- serviceRolloutId or null
for nonepublic CheckResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public CheckResponse clone()
clone
in class com.google.api.client.json.GenericJson