Class DescribeLogContextRequest

    • Constructor Detail

      • DescribeLogContextRequest

        public DescribeLogContextRequest()
      • DescribeLogContextRequest

        public DescribeLogContextRequest​(DescribeLogContextRequest 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
      • getBTime

        public String getBTime()
        Get 日志时间, 格式: YYYY-mm-dd HH:MM:SS.FFF
        Returns:
        BTime 日志时间, 格式: YYYY-mm-dd HH:MM:SS.FFF
      • setBTime

        public void setBTime​(String BTime)
        Set 日志时间, 格式: YYYY-mm-dd HH:MM:SS.FFF
        Parameters:
        BTime - 日志时间, 格式: YYYY-mm-dd HH:MM:SS.FFF
      • getPkgId

        public String getPkgId()
        Get 日志包序号
        Returns:
        PkgId 日志包序号
      • setPkgId

        public void setPkgId​(String PkgId)
        Set 日志包序号
        Parameters:
        PkgId - 日志包序号
      • getPkgLogId

        public Long getPkgLogId()
        Get 日志包内一条日志的序号
        Returns:
        PkgLogId 日志包内一条日志的序号
      • setPkgLogId

        public void setPkgLogId​(Long PkgLogId)
        Set 日志包内一条日志的序号
        Parameters:
        PkgLogId - 日志包内一条日志的序号
      • getPrevLogs

        public Long getPrevLogs()
        Get 上文日志条数, 默认值10
        Returns:
        PrevLogs 上文日志条数, 默认值10
      • setPrevLogs

        public void setPrevLogs​(Long PrevLogs)
        Set 上文日志条数, 默认值10
        Parameters:
        PrevLogs - 上文日志条数, 默认值10
      • getNextLogs

        public Long getNextLogs()
        Get 下文日志条数, 默认值10
        Returns:
        NextLogs 下文日志条数, 默认值10
      • setNextLogs

        public void setNextLogs​(Long NextLogs)
        Set 下文日志条数, 默认值10
        Parameters:
        NextLogs - 下文日志条数, 默认值10