public class TrafficStatusData
extends java.lang.Object
| Constructor and Description |
|---|
TrafficStatusData()
Instantiates a new traffic status data.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAudioFabricCount()
Gets the audio fabric count.
|
float |
getAvgIntervalJitter()
Gets the avg interval jitter.
|
float |
getAvgIntervalRtt()
Gets the avg interval rtt.
|
int |
getConferenceCount()
Gets the conference count.
|
int |
getIntervalDownloadBitRate()
Gets the interval download bit rate.
|
long |
getIntervalReceivedBytes()
Gets the interval received bytes.
|
float |
getIntervalRtpFractionLoss()
Gets the interval rtp fraction loss.
|
long |
getIntervalSentBytes()
Gets the interval sent bytes.
|
int |
getIntervalUploadBitRate()
Gets the interval upload bit rate.
|
int |
getParticipantsCount()
Gets the participants count.
|
float |
getTotalLoss()
Gets the total loss.
|
int |
getVideoFabricCount()
Gets the video fabric count.
|
void |
setAudioFabricCount(int audioFabricCount)
Sets the audio fabric count.
|
void |
setAvgIntervalJitter(float avgIntervalJitter)
Sets the avg interval jitter.
|
void |
setAvgIntervalRtt(float avgIntervalRtt)
Sets the avg interval rtt.
|
void |
setConferenceCount(int conferenceCount)
Sets the conference count.
|
void |
setIntervalDownloadBitRate(int intervalDownloadBitRate)
Sets the interval download bit rate.
|
void |
setIntervalReceivedBytes(long intervalReceivedBytes)
Sets the interval received bytes.
|
void |
setIntervalRtpFractionLoss(float intervalRtpFractionLoss)
Sets the interval rtp fraction loss.
|
void |
setIntervalSentBytes(long intervalSentBytes)
Sets the interval sent bytes.
|
void |
setIntervalUploadBitRate(int intervalUploadBitRate)
Sets the interval upload bit rate.
|
void |
setParticipantsCount(int participantsCount)
Sets the participants count.
|
void |
setTotalLoss(float totalLoss)
Sets the total loss.
|
void |
setVideoFabricCount(int videoFabricCount)
Sets the video fabric count.
|
public TrafficStatusData()
public long getIntervalSentBytes()
public void setIntervalSentBytes(long intervalSentBytes)
intervalSentBytes - the new interval sent bytespublic long getIntervalReceivedBytes()
public void setIntervalReceivedBytes(long intervalReceivedBytes)
intervalReceivedBytes - the new interval received bytespublic float getIntervalRtpFractionLoss()
public void setIntervalRtpFractionLoss(float intervalRtpFractionLoss)
intervalRtpFractionLoss - the new interval rtp fraction losspublic int getIntervalDownloadBitRate()
public void setIntervalDownloadBitRate(int intervalDownloadBitRate)
intervalDownloadBitRate - the new interval download bit ratepublic int getIntervalUploadBitRate()
public void setIntervalUploadBitRate(int intervalUploadBitRate)
intervalUploadBitRate - the new interval upload bit ratepublic int getAudioFabricCount()
public void setAudioFabricCount(int audioFabricCount)
audioFabricCount - the new audio fabric countpublic int getVideoFabricCount()
public void setVideoFabricCount(int videoFabricCount)
videoFabricCount - the new video fabric countpublic int getConferenceCount()
public void setConferenceCount(int conferenceCount)
conferenceCount - the new conference countpublic int getParticipantsCount()
public void setParticipantsCount(int participantsCount)
participantsCount - the new participants countpublic float getTotalLoss()
public void setTotalLoss(float totalLoss)
totalLoss - the new total losspublic float getAvgIntervalRtt()
public void setAvgIntervalRtt(float avgIntervalRtt)
avgIntervalRtt - the new avg interval rttpublic float getAvgIntervalJitter()
public void setAvgIntervalJitter(float avgIntervalJitter)
avgIntervalJitter - the new avg interval jitter