Index.Property (Google App Engine API for Java)
Stay organized with collections
Save and categorize content based on your preferences.
- java.lang.Object
-
- com.google.appengine.api.datastore.Index.Property
-
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Index
public static class Index.Property
extends java.lang.Object
implements java.io.Serializable
An indexed property.
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
getName
public java.lang.String getName()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["`Index.Property` is a static class within `com.google.appengine.api.datastore.Index` that represents an indexed property and implements the `java.io.Serializable` interface."],["The class provides methods to retrieve the property's name (`getName`) and its sort direction (`getDirection`) using the `Query.SortDirection` enum."],["`Index.Property` overrides the `equals`, `hashCode`, and `toString` methods inherited from `java.lang.Object`."],["The class allows an interaction through instance methods to retrieve info related to the `Index.Property` object."]]],[]]