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

getDirection()

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

getName()

public String getName()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides