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 Number of active on-site devices. 
 | 
Long | 
getActiveRemoteDeviceNum()
Get Number of active remote devices. 
 | 
Long | 
getEndTime()
Get Timestamp in seconds. 
 | 
Long | 
getNotBadSessionRatio()
Get Proportion of excellent sessions, unit: %. 
 | 
Long | 
getSessionNum()
Get Number of sessions. 
 | 
Long | 
getStartTime()
Get Timestamp in seconds. 
 | 
Long | 
getTotalDuration()
Get Session age, unit: minutes. 
 | 
void | 
setActiveFieldDeviceNum(Long ActiveFieldDeviceNum)
Set Number of active on-site devices. 
 | 
void | 
setActiveRemoteDeviceNum(Long ActiveRemoteDeviceNum)
Set Number of active remote devices. 
 | 
void | 
setEndTime(Long EndTime)
Set Timestamp in seconds. 
 | 
void | 
setNotBadSessionRatio(Long NotBadSessionRatio)
Set Proportion of excellent sessions, unit: %. 
 | 
void | 
setSessionNum(Long SessionNum)
Set Number of sessions. 
 | 
void | 
setStartTime(Long StartTime)
Set Timestamp in seconds. 
 | 
void | 
setTotalDuration(Long TotalDuration)
Set Session age, unit: minutes. 
 | 
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 - Number of active on-site devices.public Long getActiveRemoteDeviceNum()
public void setActiveRemoteDeviceNum(Long ActiveRemoteDeviceNum)
ActiveRemoteDeviceNum - Number of active remote devices.public Long getSessionNum()
public void setSessionNum(Long SessionNum)
SessionNum - Number of sessions.public Long getTotalDuration()
public void setTotalDuration(Long TotalDuration)
TotalDuration - Session age, unit: minutes.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Timestamp in seconds.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - Timestamp in seconds.public Long getNotBadSessionRatio()
public void setNotBadSessionRatio(Long NotBadSessionRatio)
NotBadSessionRatio - Proportion of excellent sessions, unit: %.Copyright © 2025. All rights reserved.