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 Nullable Object
Returns
Type Description
boolean
Overrides

getDirection()

public Query.@Nullable SortDirection getDirection()
Returns
Type Description
com.google.appengine.api.datastore.Query.@org.jspecify.annotations.Nullable 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