Class Index (2.0.0)

public final class Index implements Serializable

A Datastore Index definition.

Inheritance

java.lang.Object > Index

Implements

Serializable

Methods

equals(@Nullable Object obj)

public boolean equals(@Nullable Object obj)
Parameter
NameDescription
obj@org.checkerframework.checker.nullness.qual.Nullable java.lang.Object
Returns
TypeDescription
boolean
Overrides

getId()

public long getId()
Returns
TypeDescription
long

getKind()

public String getKind()

Get the index's kind, or the empty string ("") if it has none.

Returns
TypeDescription
String

getProperties()

public List<Index.Property> getProperties()
Returns
TypeDescription
List<Property>

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

isAncestor()

public boolean isAncestor()
Returns
TypeDescription
boolean

toString()

public String toString()
Returns
TypeDescription
String
Overrides