Class SessionIntervalStatistic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trro.v20220325.models.SessionIntervalStatistic
-
public class SessionIntervalStatistic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SessionIntervalStatistic()SessionIntervalStatistic(SessionIntervalStatistic 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 LonggetActiveFieldDeviceNum()Get 活跃现场设备数LonggetActiveRemoteDeviceNum()Get 活跃远端设备数LonggetEndTime()Get 时间戳,单位:秒LonggetNotBadSessionRatio()Get 优良会话占比,单位:%LonggetSessionNum()Get 会话数量LonggetStartTime()Get 时间戳,单位:秒LonggetTotalDuration()Get 会话时长,单位:分钟voidsetActiveFieldDeviceNum(Long ActiveFieldDeviceNum)Set 活跃现场设备数voidsetActiveRemoteDeviceNum(Long ActiveRemoteDeviceNum)Set 活跃远端设备数voidsetEndTime(Long EndTime)Set 时间戳,单位:秒voidsetNotBadSessionRatio(Long NotBadSessionRatio)Set 优良会话占比,单位:%voidsetSessionNum(Long SessionNum)Set 会话数量voidsetStartTime(Long StartTime)Set 时间戳,单位:秒voidsetTotalDuration(Long TotalDuration)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
-
SessionIntervalStatistic
public SessionIntervalStatistic()
-
SessionIntervalStatistic
public SessionIntervalStatistic(SessionIntervalStatistic 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
-
getActiveFieldDeviceNum
public Long getActiveFieldDeviceNum()
Get 活跃现场设备数- Returns:
- ActiveFieldDeviceNum 活跃现场设备数
-
setActiveFieldDeviceNum
public void setActiveFieldDeviceNum(Long ActiveFieldDeviceNum)
Set 活跃现场设备数- Parameters:
ActiveFieldDeviceNum- 活跃现场设备数
-
getActiveRemoteDeviceNum
public Long getActiveRemoteDeviceNum()
Get 活跃远端设备数- Returns:
- ActiveRemoteDeviceNum 活跃远端设备数
-
setActiveRemoteDeviceNum
public void setActiveRemoteDeviceNum(Long ActiveRemoteDeviceNum)
Set 活跃远端设备数- Parameters:
ActiveRemoteDeviceNum- 活跃远端设备数
-
getSessionNum
public Long getSessionNum()
Get 会话数量- Returns:
- SessionNum 会话数量
-
setSessionNum
public void setSessionNum(Long SessionNum)
Set 会话数量- Parameters:
SessionNum- 会话数量
-
getTotalDuration
public Long getTotalDuration()
Get 会话时长,单位:分钟- Returns:
- TotalDuration 会话时长,单位:分钟
-
setTotalDuration
public void setTotalDuration(Long TotalDuration)
Set 会话时长,单位:分钟- Parameters:
TotalDuration- 会话时长,单位:分钟
-
getStartTime
public Long getStartTime()
Get 时间戳,单位:秒- Returns:
- StartTime 时间戳,单位:秒
-
setStartTime
public void setStartTime(Long StartTime)
Set 时间戳,单位:秒- Parameters:
StartTime- 时间戳,单位:秒
-
getEndTime
public Long getEndTime()
Get 时间戳,单位:秒- Returns:
- EndTime 时间戳,单位:秒
-
setEndTime
public void setEndTime(Long EndTime)
Set 时间戳,单位:秒- Parameters:
EndTime- 时间戳,单位:秒
-
getNotBadSessionRatio
public Long getNotBadSessionRatio()
Get 优良会话占比,单位:%- Returns:
- NotBadSessionRatio 优良会话占比,单位:%
-
setNotBadSessionRatio
public void setNotBadSessionRatio(Long NotBadSessionRatio)
Set 优良会话占比,单位:%- Parameters:
NotBadSessionRatio- 优良会话占比,单位:%
-
-