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 Device id. 
 | 
Long | 
getEndTime()
Get End time in seconds. 
 | 
String | 
getProjectId()
Get Project id. 
 | 
Long | 
getStartTime()
Get Start time in seconds. 
 | 
String | 
getStatisticInterval()
Get Statistical time interval: hour|day|month. 
 | 
void | 
setDeviceId(String DeviceId)
Set Device id. 
 | 
void | 
setEndTime(Long EndTime)
Set End time in seconds. 
 | 
void | 
setProjectId(String ProjectId)
Set Project id. 
 | 
void | 
setStartTime(Long StartTime)
Set Start time in seconds. 
 | 
void | 
setStatisticInterval(String StatisticInterval)
Set Statistical time interval: 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 - Project id.public String getStatisticInterval()
public void setStatisticInterval(String StatisticInterval)
StatisticInterval - Statistical time interval: hour|day|month.public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - Device id.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Start time in seconds.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - End time in seconds.Copyright © 2025. All rights reserved.