Class Index.Property (2.0.0)

public static class Index.Property implements Serializable

An indexed property.

Inheritance

java.lang.Object > Index.Property

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

getDirection()

public @Nullable Query.SortDirection getDirection()
Returns
TypeDescription
@org.checkerframework.checker.nullness.qual.Nullable com.google.appengine.api.datastore.Query.SortDirection

getName()

public String getName()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides