public class FlowRealtimeStatusSRT extends AbstractModel
Constructor and Description |
---|
FlowRealtimeStatusSRT() |
FlowRealtimeStatusSRT(FlowRealtimeStatusSRT source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getDroppedPackets()
Get The number of packets dropped.
|
String |
getEncryption()
Get Whether to encrypt the stream.
|
Long |
getLatency()
Get The latency (ms).
|
Float |
getPacketLossRate()
Get The packet loss rate.
|
Long |
getPackets()
Get The number of packets sent or received.
|
Float |
getRetransmitRate()
Get The retransmission rate.
|
Long |
getRTT()
Get RTT (ms).
|
void |
setDroppedPackets(Long DroppedPackets)
Set The number of packets dropped.
|
void |
setEncryption(String Encryption)
Set Whether to encrypt the stream.
|
void |
setLatency(Long Latency)
Set The latency (ms).
|
void |
setPacketLossRate(Float PacketLossRate)
Set The packet loss rate.
|
void |
setPackets(Long Packets)
Set The number of packets sent or received.
|
void |
setRetransmitRate(Float RetransmitRate)
Set The retransmission rate.
|
void |
setRTT(Long RTT)
Set RTT (ms).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FlowRealtimeStatusSRT()
public FlowRealtimeStatusSRT(FlowRealtimeStatusSRT source)
public Long getLatency()
public void setLatency(Long Latency)
Latency
- The latency (ms).public Long getRTT()
public void setRTT(Long RTT)
RTT
- RTT (ms).public Long getPackets()
public void setPackets(Long Packets)
Packets
- The number of packets sent or received.public Float getPacketLossRate()
public void setPacketLossRate(Float PacketLossRate)
PacketLossRate
- The packet loss rate.public Float getRetransmitRate()
public void setRetransmitRate(Float RetransmitRate)
RetransmitRate
- The retransmission rate.public Long getDroppedPackets()
public void setDroppedPackets(Long DroppedPackets)
DroppedPackets
- The number of packets dropped.public String getEncryption()
public void setEncryption(String Encryption)
Encryption
- Whether to encrypt the stream. Valid values: On, Off.Copyright © 2023. All rights reserved.