public class SessionIntervalStatistic extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getActiveFieldDeviceNum()Get 活跃现场设备数 | 
| Long | getActiveRemoteDeviceNum()Get 活跃远端设备数 | 
| Long | getEndTime()Get 时间戳,单位:秒 | 
| Long | getNotBadSessionRatio()Get 优良会话占比,单位:% | 
| Long | getSessionNum()Get 会话数量 | 
| Long | getStartTime()Get 时间戳,单位:秒 | 
| Long | getTotalDuration()Get 会话时长,单位:分钟 | 
| void | setActiveFieldDeviceNum(Long ActiveFieldDeviceNum)Set 活跃现场设备数 | 
| void | setActiveRemoteDeviceNum(Long ActiveRemoteDeviceNum)Set 活跃远端设备数 | 
| void | setEndTime(Long EndTime)Set 时间戳,单位:秒 | 
| void | setNotBadSessionRatio(Long NotBadSessionRatio)Set 优良会话占比,单位:% | 
| void | setSessionNum(Long SessionNum)Set 会话数量 | 
| void | setStartTime(Long StartTime)Set 时间戳,单位:秒 | 
| void | setTotalDuration(Long TotalDuration)Set 会话时长,单位:分钟 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SessionIntervalStatistic()
public SessionIntervalStatistic(SessionIntervalStatistic source)
public Long getActiveFieldDeviceNum()
public void setActiveFieldDeviceNum(Long ActiveFieldDeviceNum)
ActiveFieldDeviceNum - 活跃现场设备数public Long getActiveRemoteDeviceNum()
public void setActiveRemoteDeviceNum(Long ActiveRemoteDeviceNum)
ActiveRemoteDeviceNum - 活跃远端设备数public Long getSessionNum()
public void setSessionNum(Long SessionNum)
SessionNum - 会话数量public Long getTotalDuration()
public void setTotalDuration(Long TotalDuration)
TotalDuration - 会话时长,单位:分钟public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 时间戳,单位:秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 时间戳,单位:秒public Long getNotBadSessionRatio()
public void setNotBadSessionRatio(Long NotBadSessionRatio)
NotBadSessionRatio - 优良会话占比,单位:%Copyright © 2025. All rights reserved.