Class ListLogRequest

    • Constructor Detail

      • ListLogRequest

        public ListLogRequest()
      • ListLogRequest

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

      • getMinTime

        public Long getMinTime()
        Get 日志开始时间,毫秒级时间戳
        Returns:
        MinTime 日志开始时间,毫秒级时间戳
      • setMinTime

        public void setMinTime​(Long MinTime)
        Set 日志开始时间,毫秒级时间戳
        Parameters:
        MinTime - 日志开始时间,毫秒级时间戳
      • getMaxTime

        public Long getMaxTime()
        Get 日志结束时间,毫秒级时间戳
        Returns:
        MaxTime 日志结束时间,毫秒级时间戳
      • setMaxTime

        public void setMaxTime​(Long MaxTime)
        Set 日志结束时间,毫秒级时间戳
        Parameters:
        MaxTime - 日志结束时间,毫秒级时间戳
      • getKeywords

        public String getKeywords()
        Get 查询关键字,可以同时支持键值查询和文本查询,例如,查询某key的值为value,并且包含某word的日志,该参数为:key:value word。键值或文本可以包含多个,以空格隔开。其中可以索引的key包括:requestid、productid、devicename、scene、content。 一个典型的查询示例:productid:ABCDE12345 devicename:test scene:SHADOW content:Device%20connect publish
        Returns:
        Keywords 查询关键字,可以同时支持键值查询和文本查询,例如,查询某key的值为value,并且包含某word的日志,该参数为:key:value word。键值或文本可以包含多个,以空格隔开。其中可以索引的key包括:requestid、productid、devicename、scene、content。 一个典型的查询示例:productid:ABCDE12345 devicename:test scene:SHADOW content:Device%20connect publish
      • setKeywords

        public void setKeywords​(String Keywords)
        Set 查询关键字,可以同时支持键值查询和文本查询,例如,查询某key的值为value,并且包含某word的日志,该参数为:key:value word。键值或文本可以包含多个,以空格隔开。其中可以索引的key包括:requestid、productid、devicename、scene、content。 一个典型的查询示例:productid:ABCDE12345 devicename:test scene:SHADOW content:Device%20connect publish
        Parameters:
        Keywords - 查询关键字,可以同时支持键值查询和文本查询,例如,查询某key的值为value,并且包含某word的日志,该参数为:key:value word。键值或文本可以包含多个,以空格隔开。其中可以索引的key包括:requestid、productid、devicename、scene、content。 一个典型的查询示例:productid:ABCDE12345 devicename:test scene:SHADOW content:Device%20connect publish
      • getContext

        public String getContext()
        Get 日志检索上下文
        Returns:
        Context 日志检索上下文
      • setContext

        public void setContext​(String Context)
        Set 日志检索上下文
        Parameters:
        Context - 日志检索上下文
      • getMaxNum

        public Long getMaxNum()
        Get 查询条数
        Returns:
        MaxNum 查询条数
      • setMaxNum

        public void setMaxNum​(Long MaxNum)
        Set 查询条数
        Parameters:
        MaxNum - 查询条数