public final class KeyServiceError
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 Google Workspace Alert Center 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 |
|---|
KeyServiceError() |
| Modifier and Type | Method and Description |
|---|---|
KeyServiceError |
clone() |
Long |
getErrorCount()
Number of similar errors encountered.
|
String |
getErrorInfo()
Info on the key service error.
|
Long |
getHttpResponseCode()
HTTP response status code from the key service.
|
String |
getKeyServiceUrl()
Url of the external key service.
|
KeyServiceError |
set(String fieldName,
Object value) |
KeyServiceError |
setErrorCount(Long errorCount)
Number of similar errors encountered.
|
KeyServiceError |
setErrorInfo(String errorInfo)
Info on the key service error.
|
KeyServiceError |
setHttpResponseCode(Long httpResponseCode)
HTTP response status code from the key service.
|
KeyServiceError |
setKeyServiceUrl(String keyServiceUrl)
Url of the external key service.
|
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 Long getErrorCount()
null for nonepublic KeyServiceError setErrorCount(Long errorCount)
errorCount - errorCount or null for nonepublic String getErrorInfo()
null for nonepublic KeyServiceError setErrorInfo(String errorInfo)
errorInfo - errorInfo or null for nonepublic Long getHttpResponseCode()
null for nonepublic KeyServiceError setHttpResponseCode(Long httpResponseCode)
httpResponseCode - httpResponseCode or null for nonepublic String getKeyServiceUrl()
null for nonepublic KeyServiceError setKeyServiceUrl(String keyServiceUrl)
keyServiceUrl - keyServiceUrl or null for nonepublic KeyServiceError set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic KeyServiceError clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.