Class ParticipantInfo

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

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

    • ParticipantInfo

      public ParticipantInfo()
    • ParticipantInfo

      public ParticipantInfo(Boolean initWithEmptyList)
  • Method Details

    • activeParticipantCount

      public ParticipantInfo activeParticipantCount(Integer activeParticipantCount)
      The number of active participants in the video conference.
    • getActiveParticipantCount

      public Integer getActiveParticipantCount()
    • setActiveParticipantCount

      public void setActiveParticipantCount(Integer activeParticipantCount)
    • version

      public ParticipantInfo version(Integer version)
      The version of the participant count.
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • 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