Class Log

    • Constructor Detail

      • Log

        public Log()
      • Log

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

      • getContainerName

        public String getContainerName()
        Get 容器名
        Returns:
        ContainerName 容器名
      • setContainerName

        public void setContainerName​(String ContainerName)
        Set 容器名
        Parameters:
        ContainerName - 容器名
      • getLog

        public String getLog()
        Get 日志内容
        Returns:
        Log 日志内容
      • setLog

        public void setLog​(String Log)
        Set 日志内容
        Parameters:
        Log - 日志内容
      • getNamespace

        public String getNamespace()
        Get 空间名
        Returns:
        Namespace 空间名
      • setNamespace

        public void setNamespace​(String Namespace)
        Set 空间名
        Parameters:
        Namespace - 空间名
      • getPodId

        public String getPodId()
        Get Pod Id
        Returns:
        PodId Pod Id
      • setPodId

        public void setPodId​(String PodId)
        Set Pod Id
        Parameters:
        PodId - Pod Id
      • getPodName

        public String getPodName()
        Get Pod名
        Returns:
        PodName Pod名
      • setPodName

        public void setPodName​(String PodName)
        Set Pod名
        Parameters:
        PodName - Pod名
      • getTime

        public String getTime()
        Get 日志日期,格式为“2018-07-02T09:10:04.916553368Z”
        Returns:
        Time 日志日期,格式为“2018-07-02T09:10:04.916553368Z”
      • setTime

        public void setTime​(String Time)
        Set 日志日期,格式为“2018-07-02T09:10:04.916553368Z”
        Parameters:
        Time - 日志日期,格式为“2018-07-02T09:10:04.916553368Z”