Class VideoSessionOs

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

public class VideoSessionOs
extends java.lang.Object
implements java.io.Serializable
The operating system the viewer is on.
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String SERIALIZED_NAME_NAME  
    static java.lang.String SERIALIZED_NAME_SHORTNAME  
    static java.lang.String SERIALIZED_NAME_VERSION  
  • Constructor Summary

    Constructors
    Constructor Description
    VideoSessionOs()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.lang.String getName()
    The name of the operating system.
    java.lang.String getShortname()
    The nickname for the operating system, often representing the version.
    java.lang.String getVersion()
    The version of the operating system.
    int hashCode()  
    VideoSessionOs name​(java.lang.String name)  
    void setName​(java.lang.String name)  
    void setShortname​(java.lang.String shortname)  
    void setVersion​(java.lang.String version)  
    VideoSessionOs shortname​(java.lang.String shortname)  
    java.lang.String toString()  
    VideoSessionOs version​(java.lang.String version)  

    Methods inherited from class java.lang.Object

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

    • SERIALIZED_NAME_NAME

      public static final java.lang.String SERIALIZED_NAME_NAME
      See Also:
      Constant Field Values
    • SERIALIZED_NAME_SHORTNAME

      public static final java.lang.String SERIALIZED_NAME_SHORTNAME
      See Also:
      Constant Field Values
    • SERIALIZED_NAME_VERSION

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

    • VideoSessionOs

      public VideoSessionOs()
  • Method Details

    • name

      public VideoSessionOs name​(java.lang.String name)
    • getName

      @Nullable public java.lang.String getName()
      The name of the operating system.
      Returns:
      name
    • setName

      public void setName​(java.lang.String name)
    • shortname

      public VideoSessionOs shortname​(java.lang.String shortname)
    • getShortname

      @Nullable public java.lang.String getShortname()
      The nickname for the operating system, often representing the version.
      Returns:
      shortname
    • setShortname

      public void setShortname​(java.lang.String shortname)
    • version

      public VideoSessionOs version​(java.lang.String version)
    • getVersion

      @Nullable public java.lang.String getVersion()
      The version of the operating system.
      Returns:
      version
    • setVersion

      public void setVersion​(java.lang.String version)
    • 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