Class LogSearchContext

    • Constructor Detail

      • LogSearchContext

        public LogSearchContext()
      • LogSearchContext

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

      • getOffset

        public String getOffset()
        Get 偏移量
        Returns:
        Offset 偏移量
      • setOffset

        public void setOffset​(String Offset)
        Set 偏移量
        Parameters:
        Offset - 偏移量
      • getLimit

        public Long getLimit()
        Get 日志条数
        Returns:
        Limit 日志条数
      • setLimit

        public void setLimit​(Long Limit)
        Set 日志条数
        Parameters:
        Limit - 日志条数
      • getKeyword

        public String getKeyword()
        Get 日志关键词
        Returns:
        Keyword 日志关键词
      • setKeyword

        public void setKeyword​(String Keyword)
        Set 日志关键词
        Parameters:
        Keyword - 日志关键词
      • getType

        public String getType()
        Get 日志类型,支持Application和Platform,默认为Application
        Returns:
        Type 日志类型,支持Application和Platform,默认为Application
      • setType

        public void setType​(String Type)
        Set 日志类型,支持Application和Platform,默认为Application
        Parameters:
        Type - 日志类型,支持Application和Platform,默认为Application