Class MediaStatisticsClientInfo

java.lang.Object
com.mypurecloud.sdk.v2.model.MediaStatisticsClientInfo
All Implemented Interfaces:
Serializable

public class MediaStatisticsClientInfo extends Object implements Serializable
MediaStatisticsClientInfo
See Also:
  • Constructor Details

    • MediaStatisticsClientInfo

      public MediaStatisticsClientInfo()
    • MediaStatisticsClientInfo

      public MediaStatisticsClientInfo(Boolean initWithEmptyList)
  • Method Details

    • originAppName

      public MediaStatisticsClientInfo originAppName(String originAppName)
      The name of the application that created the media session.
    • getOriginAppName

      public String getOriginAppName()
    • setOriginAppName

      public void setOriginAppName(String originAppName)
    • originAppId

      public MediaStatisticsClientInfo originAppId(String originAppId)
      The ID of the application that created the media session.
    • getOriginAppId

      public String getOriginAppId()
    • setOriginAppId

      public void setOriginAppId(String originAppId)
    • originAppVersion

      public MediaStatisticsClientInfo originAppVersion(String originAppVersion)
      The version of the application that created the media session.
    • getOriginAppVersion

      public String getOriginAppVersion()
    • setOriginAppVersion

      public void setOriginAppVersion(String originAppVersion)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object