public class DescribeSessionStatisticsByIntervalRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeSessionStatisticsByIntervalRequest() | 
| DescribeSessionStatisticsByIntervalRequest(DescribeSessionStatisticsByIntervalRequest 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 | 
|---|---|
| String | getDeviceId()Get 设备ID | 
| Long | getEndTime()Get 结束时间,单位:秒 | 
| String | getProjectId()Get 项目ID | 
| Long | getStartTime()Get 起始时间,单位:秒 | 
| String | getStatisticInterval()Get 统计时间间隔:hour|day|month | 
| void | setDeviceId(String DeviceId)Set 设备ID | 
| void | setEndTime(Long EndTime)Set 结束时间,单位:秒 | 
| void | setProjectId(String ProjectId)Set 项目ID | 
| void | setStartTime(Long StartTime)Set 起始时间,单位:秒 | 
| void | setStatisticInterval(String StatisticInterval)Set 统计时间间隔:hour|day|month | 
| 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 DescribeSessionStatisticsByIntervalRequest()
public DescribeSessionStatisticsByIntervalRequest(DescribeSessionStatisticsByIntervalRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目IDpublic String getStatisticInterval()
public void setStatisticInterval(String StatisticInterval)
StatisticInterval - 统计时间间隔:hour|day|monthpublic String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 起始时间,单位:秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间,单位:秒Copyright © 2025. All rights reserved.