public final class IntegerOperatorOptions
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 |
|---|
IntegerOperatorOptions() |
| Modifier and Type | Method and Description |
|---|---|
IntegerOperatorOptions |
clone() |
java.lang.String |
getGreaterThanOperatorName()
Indicates the operator name required in the query in order to isolate the integer property
using the greater-than operator.
|
java.lang.String |
getLessThanOperatorName()
Indicates the operator name required in the query in order to isolate the integer property
using the less-than operator.
|
java.lang.String |
getOperatorName()
Indicates the operator name required in the query in order to isolate the integer property.
|
IntegerOperatorOptions |
set(java.lang.String fieldName,
java.lang.Object value) |
IntegerOperatorOptions |
setGreaterThanOperatorName(java.lang.String greaterThanOperatorName)
Indicates the operator name required in the query in order to isolate the integer property
using the greater-than operator.
|
IntegerOperatorOptions |
setLessThanOperatorName(java.lang.String lessThanOperatorName)
Indicates the operator name required in the query in order to isolate the integer property
using the less-than operator.
|
IntegerOperatorOptions |
setOperatorName(java.lang.String operatorName)
Indicates the operator name required in the query in order to isolate the integer property.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getGreaterThanOperatorName()
null for nonepublic IntegerOperatorOptions setGreaterThanOperatorName(java.lang.String greaterThanOperatorName)
greaterThanOperatorName - greaterThanOperatorName or null for nonepublic java.lang.String getLessThanOperatorName()
null for nonepublic IntegerOperatorOptions setLessThanOperatorName(java.lang.String lessThanOperatorName)
lessThanOperatorName - lessThanOperatorName or null for nonepublic java.lang.String getOperatorName()
null for nonepublic IntegerOperatorOptions setOperatorName(java.lang.String operatorName)
operatorName - operatorName or null for nonepublic IntegerOperatorOptions set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic IntegerOperatorOptions clone()
clone in class com.google.api.client.json.GenericJson