Class VideoSessionLocation

java.lang.Object
video.api.client.api.models.VideoSessionLocation
All Implemented Interfaces:
java.io.Serializable

public class VideoSessionLocation
extends java.lang.Object
implements java.io.Serializable
The location of the viewer.
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String SERIALIZED_NAME_CITY  
    static java.lang.String SERIALIZED_NAME_COUNTRY  
  • Constructor Summary

    Constructors
    Constructor Description
    VideoSessionLocation()  
  • Method Summary

    Modifier and Type Method Description
    VideoSessionLocation city​(java.lang.String city)  
    VideoSessionLocation country​(java.lang.String country)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getCity()
    The city of the viewer.
    java.lang.String getCountry()
    The country of the viewer.
    int hashCode()  
    void setCity​(java.lang.String city)  
    void setCountry​(java.lang.String country)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • SERIALIZED_NAME_COUNTRY

      public static final java.lang.String SERIALIZED_NAME_COUNTRY
      See Also:
      Constant Field Values
    • SERIALIZED_NAME_CITY

      public static final java.lang.String SERIALIZED_NAME_CITY
      See Also:
      Constant Field Values
  • Constructor Details

    • VideoSessionLocation

      public VideoSessionLocation()
  • Method Details

    • country

      public VideoSessionLocation country​(java.lang.String country)
    • getCountry

      @Nullable public java.lang.String getCountry()
      The country of the viewer.
      Returns:
      country
    • setCountry

      public void setCountry​(java.lang.String country)
    • city

      public VideoSessionLocation city​(java.lang.String city)
    • getCity

      @Nullable public java.lang.String getCity()
      The city of the viewer.
      Returns:
      city
    • setCity

      public void setCity​(java.lang.String city)
    • 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
    • toString

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