Class PlaceEditorialSummary

  • All Implemented Interfaces:
    java.io.Serializable

    public class PlaceEditorialSummary
    extends java.lang.Object
    implements java.io.Serializable
    Contains a summary of the place. A summary is comprised of a textual overview, and also includes the language code for these if applicable. Summary text must be presented as-is and can not be modified or altered.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String language
      The language of the previous fields.
      java.lang.String overview
      A medium-length textual summary of the place.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • language

        public java.lang.String language
        The language of the previous fields. May not always be present.
      • overview

        public java.lang.String overview
        A medium-length textual summary of the place.
    • Constructor Detail

      • PlaceEditorialSummary

        public PlaceEditorialSummary()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object