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.

PostalAddress (Google App Engine API for Java)

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

Class PostalAddress

  • java.lang.Object
    • com.google.appengine.api.datastore.PostalAddress
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<PostalAddress>


    public final class PostalAddress
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<PostalAddress>
    A human-readable mailing address. Mailing address formats vary widely so no validation is performed.
    See Also:
    Serialized Form
    • Constructor Detail

      • PostalAddress

        public PostalAddress(java.lang.String address)
    • Method Detail

      • getAddress

        public java.lang.String getAddress()
      • equals

        public boolean equals(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object