Class LiveStreamSessionDevice

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

public class LiveStreamSessionDevice
extends java.lang.Object
implements java.io.Serializable
What type of device the user is on when in the live stream session.
See Also:
Serialized Form
  • Field Details

    • SERIALIZED_NAME_TYPE

      public static final java.lang.String SERIALIZED_NAME_TYPE
      See Also:
      Constant Field Values
    • SERIALIZED_NAME_VENDOR

      public static final java.lang.String SERIALIZED_NAME_VENDOR
      See Also:
      Constant Field Values
    • SERIALIZED_NAME_MODEL

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

    • LiveStreamSessionDevice

      public LiveStreamSessionDevice()
  • Method Details

    • type

      public LiveStreamSessionDevice type​(java.lang.String type)
    • getType

      @Nullable public java.lang.String getType()
      What the type is like desktop, laptop, mobile.
      Returns:
      type
    • setType

      public void setType​(java.lang.String type)
    • vendor

      public LiveStreamSessionDevice vendor​(java.lang.String vendor)
    • getVendor

      @Nullable public java.lang.String getVendor()
      If known, what the brand of the device is, like Apple, Dell, etc.
      Returns:
      vendor
    • setVendor

      public void setVendor​(java.lang.String vendor)
    • model

      public LiveStreamSessionDevice model​(java.lang.String model)
    • getModel

      @Nullable public java.lang.String getModel()
      The specific model of the device, if known.
      Returns:
      model
    • setModel

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