Class Community.Place

java.lang.Object
api.longpoll.bots.model.objects.basic.Community.Place
Enclosing class:
Community

public static class Community.Place extends Object
Describes location.
  • Constructor Details

    • Place

      public Place()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getLatitude

      public Float getLatitude()
    • setLatitude

      public void setLatitude(Float latitude)
    • getLongitude

      public Float getLongitude()
    • setLongitude

      public void setLongitude(Float longitude)
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • getCountry

      public Integer getCountry()
    • setCountry

      public void setCountry(Integer country)
    • getCity

      public Integer getCity()
    • setCity

      public void setCity(Integer city)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • toString

      public String toString()
      Overrides:
      toString in class Object