public class FlowStatistics extends AbstractModel
Constructor and Description |
---|
FlowStatistics() |
FlowStatistics(FlowStatistics 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 |
---|---|
FlowAudio[] |
getAudio()
Get The audio data.
|
String |
getClientIp()
Get The peer IP.
|
Long |
getNetwork()
Get The total bandwidth.
|
String |
getSessionId()
Get The session ID.
|
FlowVideo[] |
getVideo()
Get The video data.
|
void |
setAudio(FlowAudio[] Audio)
Set The audio data.
|
void |
setClientIp(String ClientIp)
Set The peer IP.
|
void |
setNetwork(Long Network)
Set The total bandwidth.
|
void |
setSessionId(String SessionId)
Set The session ID.
|
void |
setVideo(FlowVideo[] Video)
Set The video data.
|
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 FlowStatistics()
public FlowStatistics(FlowStatistics source)
public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The session ID.public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- The peer IP.public Long getNetwork()
public void setNetwork(Long Network)
Network
- The total bandwidth.public FlowVideo[] getVideo()
public void setVideo(FlowVideo[] Video)
Video
- The video data.public FlowAudio[] getAudio()
public void setAudio(FlowAudio[] Audio)
Audio
- The audio data.Copyright © 2023. All rights reserved.