Class Index.Property
- java.lang.Object
-
- com.google.appengine.api.datastore.Index.Property
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Index
public static class Index.Property extends Object implements Serializable
An indexed property.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(@Nullable Object obj)@Nullable Query.SortDirectiongetDirection()StringgetName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getDirection
public @Nullable Query.SortDirection getDirection()
-
-