Class AnalyticsMediaEndpointStat

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

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

    • AnalyticsMediaEndpointStat

      public AnalyticsMediaEndpointStat()
    • AnalyticsMediaEndpointStat

      public AnalyticsMediaEndpointStat(Boolean initWithEmptyList)
  • Method Details

    • codecs

      public AnalyticsMediaEndpointStat codecs(List<String> codecs)
      The MIME type(s) of the audio encodings used by the audio streams belonging to this endpoint
    • getCodecs

      public List<String> getCodecs()
    • setCodecs

      public void setCodecs(List<String> codecs)
    • discardedPackets

      public AnalyticsMediaEndpointStat discardedPackets(Long discardedPackets)
      The total number of packets received too late or too early, jitter queue overrun or underrun, for all audio streams belonging to this endpoint
    • getDiscardedPackets

      public Long getDiscardedPackets()
    • setDiscardedPackets

      public void setDiscardedPackets(Long discardedPackets)
    • duplicatePackets

      public AnalyticsMediaEndpointStat duplicatePackets(Long duplicatePackets)
      The total number of packets received with the same sequence number as another one recently received (window of 64 packets), for all audio streams belonging to this endpoint
    • getDuplicatePackets

      public Long getDuplicatePackets()
    • setDuplicatePackets

      public void setDuplicatePackets(Long duplicatePackets)
    • eventTime

      public AnalyticsMediaEndpointStat eventTime(Date eventTime)
      Specifies when an event occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getEventTime

      public Date getEventTime()
    • setEventTime

      public void setEventTime(Date eventTime)
    • invalidPackets

      public AnalyticsMediaEndpointStat invalidPackets(Long invalidPackets)
      The total number of malformed or not RTP packets, unknown payload type, or discarded probation packets for all audio streams belonging to this endpoint
    • getInvalidPackets

      public Long getInvalidPackets()
    • setInvalidPackets

      public void setInvalidPackets(Long invalidPackets)
    • maxLatencyMs

      public AnalyticsMediaEndpointStat maxLatencyMs(Long maxLatencyMs)
      The maximum latency experienced by any audio stream belonging to this endpoint, in milliseconds
    • getMaxLatencyMs

      public Long getMaxLatencyMs()
    • setMaxLatencyMs

      public void setMaxLatencyMs(Long maxLatencyMs)
    • minMos

      public AnalyticsMediaEndpointStat minMos(Double minMos)
      The lowest estimated average MOS among all the audio streams belonging to this endpoint
    • getMinMos

      public Double getMinMos()
    • setMinMos

      public void setMinMos(Double minMos)
    • minRFactor

      public AnalyticsMediaEndpointStat minRFactor(Double minRFactor)
      The lowest R-factor value among all of the audio streams belonging to this endpoint
    • getMinRFactor

      public Double getMinRFactor()
    • setMinRFactor

      public void setMinRFactor(Double minRFactor)
    • overrunPackets

      public AnalyticsMediaEndpointStat overrunPackets(Long overrunPackets)
      The total number of packets for which there was no room in the jitter queue when it was received, for all audio streams belonging to this endpoint (also counted in discarded)
    • getOverrunPackets

      public Long getOverrunPackets()
    • setOverrunPackets

      public void setOverrunPackets(Long overrunPackets)
    • receivedPackets

      public AnalyticsMediaEndpointStat receivedPackets(Long receivedPackets)
      The total number of packets received for all audio streams belonging to this endpoint (includes invalid, duplicate, and discarded packets)
    • getReceivedPackets

      public Long getReceivedPackets()
    • setReceivedPackets

      public void setReceivedPackets(Long receivedPackets)
    • underrunPackets

      public AnalyticsMediaEndpointStat underrunPackets(Long underrunPackets)
      The total number of packets received after their timestamp/seqnum has been played out, for all audio streams belonging to this endpoint (also counted in discarded)
    • getUnderrunPackets

      public Long getUnderrunPackets()
    • setUnderrunPackets

      public void setUnderrunPackets(Long underrunPackets)
    • 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