public final class Filter
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 Google Maps Engine 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 |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
Filter |
clone() |
java.lang.String |
getColumn()
The column name to filter on.
|
java.lang.String |
getOperator()
Operation used to evaluate the filter.
|
java.lang.Object |
getValue()
Value to be evaluated against attribute.
|
Filter |
set(java.lang.String fieldName,
java.lang.Object value) |
Filter |
setColumn(java.lang.String column)
The column name to filter on.
|
Filter |
setOperator(java.lang.String operator)
Operation used to evaluate the filter.
|
Filter |
setValue(java.lang.Object value)
Value to be evaluated against attribute.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getColumn()
null for nonepublic Filter setColumn(java.lang.String column)
column - column or null for nonepublic java.lang.String getOperator()
null for nonepublic Filter setOperator(java.lang.String operator)
operator - operator or null for nonepublic java.lang.Object getValue()
null for nonepublic Filter setValue(java.lang.Object value)
value - value or null for nonepublic Filter set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Filter clone()
clone in class com.google.api.client.json.GenericJson