Class DescribeSessionStatisticsByIntervalRequest


  • public class DescribeSessionStatisticsByIntervalRequest
    extends AbstractModel
    • 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 - 结束时间,单位:秒