Class TrunkRecordingEnabledCount

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

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

    • TrunkRecordingEnabledCount

      public TrunkRecordingEnabledCount()
    • TrunkRecordingEnabledCount

      public TrunkRecordingEnabledCount(Boolean initWithEmptyList)
  • Method Details

    • enabledCount

      public TrunkRecordingEnabledCount enabledCount(Integer enabledCount)
      The amount of trunks that have recording enabled
    • getEnabledCount

      public Integer getEnabledCount()
    • setEnabledCount

      public void setEnabledCount(Integer enabledCount)
    • disabledCount

      public TrunkRecordingEnabledCount disabledCount(Integer disabledCount)
      The amount of trunks that do not have recording enabled
    • getDisabledCount

      public Integer getDisabledCount()
    • setDisabledCount

      public void setDisabledCount(Integer disabledCount)
    • 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