public class FlowSRTInfo extends AbstractModel
Constructor and Description |
---|
FlowSRTInfo() |
FlowSRTInfo(FlowSRTInfo 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 |
getRecvPacketDropNumber()
Get The number of dropped packets for receiving.
|
Long |
getRecvPacketLossRate()
Get The packet loss rate for receiving.
|
Long |
getRecvRetransmissionRate()
Get The retry rate for receiving.
|
Long |
getRTT()
Get The peer RTT.
|
Long |
getSendPacketDropNumber()
Get The number of dropped packets for sending.
|
Long |
getSendPacketLossRate()
Get The packet loss rate for sending.
|
Long |
getSendRetransmissionRate()
Get The retry rate for sending.
|
String |
getSessionId()
Get The ID of a push session.
|
Long |
getTimestamp()
Get The timestamp (seconds).
|
void |
setRecvPacketDropNumber(Long RecvPacketDropNumber)
Set The number of dropped packets for receiving.
|
void |
setRecvPacketLossRate(Long RecvPacketLossRate)
Set The packet loss rate for receiving.
|
void |
setRecvRetransmissionRate(Long RecvRetransmissionRate)
Set The retry rate for receiving.
|
void |
setRTT(Long RTT)
Set The peer RTT.
|
void |
setSendPacketDropNumber(Long SendPacketDropNumber)
Set The number of dropped packets for sending.
|
void |
setSendPacketLossRate(Long SendPacketLossRate)
Set The packet loss rate for sending.
|
void |
setSendRetransmissionRate(Long SendRetransmissionRate)
Set The retry rate for sending.
|
void |
setSessionId(String SessionId)
Set The ID of a push session.
|
void |
setTimestamp(Long Timestamp)
Set The timestamp (seconds).
|
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 FlowSRTInfo()
public FlowSRTInfo(FlowSRTInfo source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- The timestamp (seconds).public Long getSendPacketLossRate()
public void setSendPacketLossRate(Long SendPacketLossRate)
SendPacketLossRate
- The packet loss rate for sending.public Long getSendRetransmissionRate()
public void setSendRetransmissionRate(Long SendRetransmissionRate)
SendRetransmissionRate
- The retry rate for sending.public Long getRecvPacketLossRate()
public void setRecvPacketLossRate(Long RecvPacketLossRate)
RecvPacketLossRate
- The packet loss rate for receiving.public Long getRecvRetransmissionRate()
public void setRecvRetransmissionRate(Long RecvRetransmissionRate)
RecvRetransmissionRate
- The retry rate for receiving.public Long getRTT()
public void setRTT(Long RTT)
RTT
- The peer RTT.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The ID of a push session.public Long getSendPacketDropNumber()
public void setSendPacketDropNumber(Long SendPacketDropNumber)
SendPacketDropNumber
- The number of dropped packets for sending.public Long getRecvPacketDropNumber()
public void setRecvPacketDropNumber(Long RecvPacketDropNumber)
RecvPacketDropNumber
- The number of dropped packets for receiving.Copyright © 2023. All rights reserved.