public class FlowRealtimeStatusCommon extends AbstractModel
Constructor and Description |
---|
FlowRealtimeStatusCommon() |
FlowRealtimeStatusCommon(FlowRealtimeStatusCommon 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 |
getBitrate()
Get The real-time bitrate (bps).
|
Long |
getConnectedTime()
Get The connected time.
|
String |
getMode()
Get The connection mode.
|
Long |
getReconnections()
Get The number of retries.
|
String |
getState()
Get The connection status.
|
void |
setBitrate(Long Bitrate)
Set The real-time bitrate (bps).
|
void |
setConnectedTime(Long ConnectedTime)
Set The connected time.
|
void |
setMode(String Mode)
Set The connection mode.
|
void |
setReconnections(Long Reconnections)
Set The number of retries.
|
void |
setState(String State)
Set The connection status.
|
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 FlowRealtimeStatusCommon()
public FlowRealtimeStatusCommon(FlowRealtimeStatusCommon source)
public String getState()
public void setState(String State)
State
- The connection status. Valid values: Connected, Waiting, Idle.public String getMode()
public void setMode(String Mode)
Mode
- The connection mode. Valid values: Listener, Caller.public Long getConnectedTime()
public void setConnectedTime(Long ConnectedTime)
ConnectedTime
- The connected time.public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- The real-time bitrate (bps).public Long getReconnections()
public void setReconnections(Long Reconnections)
Reconnections
- The number of retries.Copyright © 2023. All rights reserved.