Class DescribeAccessHistogramRequest


  • public class DescribeAccessHistogramRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeAccessHistogramRequest

        public DescribeAccessHistogramRequest()
      • DescribeAccessHistogramRequest

        public DescribeAccessHistogramRequest​(DescribeAccessHistogramRequest 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

      • getTopicId

        public String getTopicId()
        Get 老版本查询的日志主题ID,新版本传空字符串即可
        Returns:
        TopicId 老版本查询的日志主题ID,新版本传空字符串即可
      • setTopicId

        public void setTopicId​(String TopicId)
        Set 老版本查询的日志主题ID,新版本传空字符串即可
        Parameters:
        TopicId - 老版本查询的日志主题ID,新版本传空字符串即可
      • getFrom

        public Long getFrom()
        Get 要查询的日志的起始时间,Unix时间戳,单位ms
        Returns:
        From 要查询的日志的起始时间,Unix时间戳,单位ms
      • setFrom

        public void setFrom​(Long From)
        Set 要查询的日志的起始时间,Unix时间戳,单位ms
        Parameters:
        From - 要查询的日志的起始时间,Unix时间戳,单位ms
      • getTo

        public Long getTo()
        Get 要查询的日志的结束时间,Unix时间戳,单位ms
        Returns:
        To 要查询的日志的结束时间,Unix时间戳,单位ms
      • setTo

        public void setTo​(Long To)
        Set 要查询的日志的结束时间,Unix时间戳,单位ms
        Parameters:
        To - 要查询的日志的结束时间,Unix时间戳,单位ms
      • getQuery

        public String getQuery()
        Get 查询语句,语句长度最大为4096
        Returns:
        Query 查询语句,语句长度最大为4096
      • setQuery

        public void setQuery​(String Query)
        Set 查询语句,语句长度最大为4096
        Parameters:
        Query - 查询语句,语句长度最大为4096
      • getInterval

        public Long getInterval()
        Get 柱状图间隔时间差,单位ms
        Returns:
        Interval 柱状图间隔时间差,单位ms
      • setInterval

        public void setInterval​(Long Interval)
        Set 柱状图间隔时间差,单位ms
        Parameters:
        Interval - 柱状图间隔时间差,单位ms