public final class CustomerIndexStats
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 |
|---|
CustomerIndexStats() |
| Modifier and Type | Method and Description |
|---|---|
CustomerIndexStats |
clone() |
Date |
getDate()
Date for which statistics were calculated.
|
java.util.List<ItemCountByStatus> |
getItemCountByStatus()
Number of items aggregrated by status code.
|
CustomerIndexStats |
set(java.lang.String fieldName,
java.lang.Object value) |
CustomerIndexStats |
setDate(Date date)
Date for which statistics were calculated.
|
CustomerIndexStats |
setItemCountByStatus(java.util.List<ItemCountByStatus> itemCountByStatus)
Number of items aggregrated by status code.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Date getDate()
null for nonepublic CustomerIndexStats setDate(Date date)
date - date or null for nonepublic java.util.List<ItemCountByStatus> getItemCountByStatus()
null for nonepublic CustomerIndexStats setItemCountByStatus(java.util.List<ItemCountByStatus> itemCountByStatus)
itemCountByStatus - itemCountByStatus or null for nonepublic CustomerIndexStats set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CustomerIndexStats clone()
clone in class com.google.api.client.json.GenericJson