Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

Index.Property (Google App Engine API for Java)

Stay organized with collections Save and categorize content based on your preferences.
com.google.appengine.api.datastore

Class Index.Property

  • 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 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