Class Index
- java.lang.Object
-
- com.google.appengine.api.datastore.Index
-
- All Implemented Interfaces:
Serializable
public final class Index extends Object implements Serializable
A DatastoreIndexdefinition.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndex.IndexStateIndicates the state of theIndex.static classIndex.PropertyAn indexed property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(@Nullable Object obj)longgetId()StringgetKind()Get the index's kind, or the empty string ("") if it has none.List<Index.Property>getProperties()inthashCode()booleanisAncestor()StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
getKind
public String getKind()
Get the index's kind, or the empty string ("") if it has none.
-
isAncestor
public boolean isAncestor()
-
getProperties
public List<Index.Property> getProperties()
-
-