Class Query.StContainsFilter
- java.lang.Object
-
- com.google.appengine.api.datastore.Query.Filter
-
- com.google.appengine.api.datastore.Query.StContainsFilter
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Query
public static final class Query.StContainsFilter extends Query.Filter
AQuery.Filterrepresenting a geo-region containment predicate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StContainsFilter(String propertyName, Query.GeoRegion region)Constructs a geo-region filter from the given arguments.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(@Nullable Object o)StringgetPropertyName()Query.GeoRegiongetRegion()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
StContainsFilter
public StContainsFilter(String propertyName, Query.GeoRegion region)
Constructs a geo-region filter from the given arguments.- Parameters:
propertyName- the name of the property on which to test containmentregion- a geo-region object against which to test the property value
-
-
Method Detail
-
getPropertyName
public String getPropertyName()
-
getRegion
public Query.GeoRegion getRegion()
-
-