public final class Filter extends 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: http://code.google.com/p/google-api-java-client/wiki/Json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
Filter |
clone() |
String |
getColumn()
The column name to filter on.
|
String |
getOperator()
Operation used to evaluate the filter.
|
Object |
getValue()
Value to be evaluated against attribute.
|
Filter |
set(String fieldName,
Object value) |
Filter |
setColumn(String column)
The column name to filter on.
|
Filter |
setOperator(String operator)
Operation used to evaluate the filter.
|
Filter |
setValue(Object value)
Value to be evaluated against attribute.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getColumn()
null for nonepublic Filter setColumn(String column)
column - column or null for nonepublic String getOperator()
null for nonepublic Filter setOperator(String operator)
operator - operator or null for nonepublic Object getValue()
null for nonepublic Filter setValue(Object value)
value - value or null for nonepublic Filter set(String fieldName, Object value)
set in class GenericJsonpublic Filter clone()
clone in class GenericJson