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
Name Description
obj @org.checkerframework.checker.nullness.qual.Nullable java.lang.Object
Returns
Type Description
boolean
Overrides

getId()

public long getId()
Returns
Type Description
long

getKind()

public String getKind()

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

Returns
Type Description
String

getProperties()

public List<Index.Property> getProperties()
Returns
Type Description
List<Property>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

isAncestor()

public boolean isAncestor()
Returns
Type Description
boolean

toString()

public String toString()
Returns
Type Description
String
Overrides