Class Venue

java.lang.Object
io.micronaut.chatbots.telegram.api.Venue

public class Venue extends Object
This object represents a venue.
See Also:
  • Constructor Details

    • Venue

      public Venue()
  • Method Details

    • getLocation

      @NonNull public @NonNull Location getLocation()
      Returns:
      Venue location.
    • setLocation

      public void setLocation(@NonNull @NonNull Location location)
      Parameters:
      location - Venue location.
    • getTitle

      @NonNull public @NonNull String getTitle()
      Returns:
      Name of the venue.
    • setTitle

      public void setTitle(@NonNull @NonNull String title)
      Parameters:
      title - Name of the venue.
    • getAddress

      @NonNull public @NonNull String getAddress()
      Returns:
      Address of the venue.
    • setAddress

      public void setAddress(@NonNull @NonNull String address)
      Parameters:
      address - Address of the venue.
    • getFoursquareId

      @Nullable public @Nullable String getFoursquareId()
      Returns:
      Foursquare identifier of the venue.
    • setFoursquareId

      public void setFoursquareId(@Nullable @Nullable String foursquareId)
      Parameters:
      foursquareId - Foursquare identifier of the venue.
    • getFoursquareType

      @Nullable public @Nullable String getFoursquareType()
      Returns:
      Foursquare type of the venue
    • setFoursquareType

      public void setFoursquareType(@Nullable @Nullable String foursquareType)
      Parameters:
      foursquareType - Foursquare type of the venue
    • getGooglePlaceId

      @Nullable public @Nullable String getGooglePlaceId()
      Returns:
      Google Places identifier of the venue.
    • setGooglePlaceId

      public void setGooglePlaceId(@Nullable @Nullable String googlePlaceId)
      Parameters:
      googlePlaceId - Google Places identifier of the venue.
    • getGooglePlaceType

      @Nullable public @Nullable String getGooglePlaceType()
      Returns:
      Google Places type of the venue.
    • setGooglePlaceType

      public void setGooglePlaceType(@Nullable @Nullable String googlePlaceType)
      Parameters:
      googlePlaceType - Google Places type of the venue.
    • toString

      public String toString()
      Overrides:
      toString in class Object