Class DescribeLogHistogramRequest

    • Constructor Detail

      • DescribeLogHistogramRequest

        public DescribeLogHistogramRequest()
      • DescribeLogHistogramRequest

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

      • 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 查询语句
        Returns:
        Query 查询语句
      • setQuery

        public void setQuery​(String Query)
        Set 查询语句
        Parameters:
        Query - 查询语句
      • getTopicId

        public String getTopicId()
        Get 要查询的日志主题ID
        Returns:
        TopicId 要查询的日志主题ID
      • setTopicId

        public void setTopicId​(String TopicId)
        Set 要查询的日志主题ID
        Parameters:
        TopicId - 要查询的日志主题ID
      • getInterval

        public Long getInterval()
        Get 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
        Returns:
        Interval 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
      • setInterval

        public void setInterval​(Long Interval)
        Set 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
        Parameters:
        Interval - 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
      • getSyntaxRule

        public Long getSyntaxRule()
        Get 检索语法规则,默认值为0。 0:Lucene语法,1:CQL语法。 详细说明参见检索条件语法规则
        Returns:
        SyntaxRule 检索语法规则,默认值为0。 0:Lucene语法,1:CQL语法。 详细说明参见检索条件语法规则
      • setSyntaxRule

        public void setSyntaxRule​(Long SyntaxRule)
        Set 检索语法规则,默认值为0。 0:Lucene语法,1:CQL语法。 详细说明参见检索条件语法规则
        Parameters:
        SyntaxRule - 检索语法规则,默认值为0。 0:Lucene语法,1:CQL语法。 详细说明参见检索条件语法规则