public final class ItemStatus
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 Search 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 |
|---|
ItemStatus() |
| Modifier and Type | Method and Description |
|---|---|
ItemStatus |
clone() |
java.lang.String |
getCode()
Status code.
|
java.util.List<ProcessingError> |
getProcessingErrors()
Error details in case the item is in ERROR state.
|
java.util.List<RepositoryError> |
getRepositoryErrors()
Repository error reported by connector.
|
ItemStatus |
set(java.lang.String fieldName,
java.lang.Object value) |
ItemStatus |
setCode(java.lang.String code)
Status code.
|
ItemStatus |
setProcessingErrors(java.util.List<ProcessingError> processingErrors)
Error details in case the item is in ERROR state.
|
ItemStatus |
setRepositoryErrors(java.util.List<RepositoryError> repositoryErrors)
Repository error reported by connector.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getCode()
null for nonepublic ItemStatus setCode(java.lang.String code)
code - code or null for nonepublic java.util.List<ProcessingError> getProcessingErrors()
null for nonepublic ItemStatus setProcessingErrors(java.util.List<ProcessingError> processingErrors)
processingErrors - processingErrors or null for nonepublic java.util.List<RepositoryError> getRepositoryErrors()
null for nonepublic ItemStatus setRepositoryErrors(java.util.List<RepositoryError> repositoryErrors)
repositoryErrors - repositoryErrors or null for nonepublic ItemStatus set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ItemStatus clone()
clone in class com.google.api.client.json.GenericJson