public final class ItemCountByStatus
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 |
|---|
ItemCountByStatus() |
| Modifier and Type | Method and Description |
|---|---|
ItemCountByStatus |
clone() |
java.lang.Long |
getCount()
Number of items matching the status code.
|
java.lang.String |
getStatusCode()
Status of the items.
|
ItemCountByStatus |
set(java.lang.String fieldName,
java.lang.Object value) |
ItemCountByStatus |
setCount(java.lang.Long count)
Number of items matching the status code.
|
ItemCountByStatus |
setStatusCode(java.lang.String statusCode)
Status of the items.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Long getCount()
null for nonepublic ItemCountByStatus setCount(java.lang.Long count)
count - count or null for nonepublic java.lang.String getStatusCode()
null for nonepublic ItemCountByStatus setStatusCode(java.lang.String statusCode)
statusCode - statusCode or null for nonepublic ItemCountByStatus set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ItemCountByStatus clone()
clone in class com.google.api.client.json.GenericJson