Class DescribeSessionStatisticsByIntervalRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trro.v20220325.models.DescribeSessionStatisticsByIntervalRequest
-
public class DescribeSessionStatisticsByIntervalRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceId()Get 设备IDLonggetEndTime()Get 结束时间,单位:秒StringgetProjectId()Get 项目IDLonggetStartTime()Get 起始时间,单位:秒StringgetStatisticInterval()Get 统计时间间隔:hour|day|monthvoidsetDeviceId(String DeviceId)Set 设备IDvoidsetEndTime(Long EndTime)Set 结束时间,单位:秒voidsetProjectId(String ProjectId)Set 项目IDvoidsetStartTime(Long StartTime)Set 起始时间,单位:秒voidsetStatisticInterval(String StatisticInterval)Set 统计时间间隔:hour|day|monthvoidtoMap(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
-
DescribeSessionStatisticsByIntervalRequest
public DescribeSessionStatisticsByIntervalRequest()
-
DescribeSessionStatisticsByIntervalRequest
public 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.
-
-
Method Detail
-
getProjectId
public String getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目ID- Parameters:
ProjectId- 项目ID
-
getStatisticInterval
public String getStatisticInterval()
Get 统计时间间隔:hour|day|month- Returns:
- StatisticInterval 统计时间间隔:hour|day|month
-
setStatisticInterval
public void setStatisticInterval(String StatisticInterval)
Set 统计时间间隔:hour|day|month- Parameters:
StatisticInterval- 统计时间间隔:hour|day|month
-
getDeviceId
public String getDeviceId()
Get 设备ID- Returns:
- DeviceId 设备ID
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备ID- Parameters:
DeviceId- 设备ID
-
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- 结束时间,单位:秒
-
-