public final class QueryCountByStatus
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 |
---|
QueryCountByStatus() |
Modifier and Type | Method and Description |
---|---|
QueryCountByStatus |
clone() |
java.lang.Long |
getCount() |
java.lang.Integer |
getStatusCode()
This represents the http status code.
|
QueryCountByStatus |
set(java.lang.String fieldName,
java.lang.Object value) |
QueryCountByStatus |
setCount(java.lang.Long count) |
QueryCountByStatus |
setStatusCode(java.lang.Integer statusCode)
This represents the http status code.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Long getCount()
null
for nonepublic QueryCountByStatus setCount(java.lang.Long count)
count
- count or null
for nonepublic java.lang.Integer getStatusCode()
null
for nonepublic QueryCountByStatus setStatusCode(java.lang.Integer statusCode)
statusCode
- statusCode or null
for nonepublic QueryCountByStatus set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public QueryCountByStatus clone()
clone
in class com.google.api.client.json.GenericJson