Class FlowStatistics
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.FlowStatistics
-
public class FlowStatistics extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowAudio[]getAudio()Get 音频数据。StringgetClientIp()Get 对端IP。LonggetNetwork()Get 总带宽。StringgetSessionId()Get 会话Id。FlowVideo[]getVideo()Get 视频数据。voidsetAudio(FlowAudio[] Audio)Set 音频数据。voidsetClientIp(String ClientIp)Set 对端IP。voidsetNetwork(Long Network)Set 总带宽。voidsetSessionId(String SessionId)Set 会话Id。voidsetVideo(FlowVideo[] Video)Set 视频数据。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FlowStatistics
public FlowStatistics()
-
FlowStatistics
public 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.
-
-
Method Detail
-
getSessionId
public String getSessionId()
Get 会话Id。- Returns:
- SessionId 会话Id。
-
setSessionId
public void setSessionId(String SessionId)
Set 会话Id。- Parameters:
SessionId- 会话Id。
-
getClientIp
public String getClientIp()
Get 对端IP。- Returns:
- ClientIp 对端IP。
-
setClientIp
public void setClientIp(String ClientIp)
Set 对端IP。- Parameters:
ClientIp- 对端IP。
-
getNetwork
public Long getNetwork()
Get 总带宽。- Returns:
- Network 总带宽。
-
setNetwork
public void setNetwork(Long Network)
Set 总带宽。- Parameters:
Network- 总带宽。
-
getVideo
public FlowVideo[] getVideo()
Get 视频数据。- Returns:
- Video 视频数据。
-
setVideo
public void setVideo(FlowVideo[] Video)
Set 视频数据。- Parameters:
Video- 视频数据。
-
getAudio
public FlowAudio[] getAudio()
Get 音频数据。- Returns:
- Audio 音频数据。
-
setAudio
public void setAudio(FlowAudio[] Audio)
Set 音频数据。- Parameters:
Audio- 音频数据。
-
-