Class ContainerLog

    • Constructor Detail

      • ContainerLog

        public ContainerLog()
      • ContainerLog

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

      • getName

        public String getName()
        Get 容器名称
        Returns:
        Name 容器名称
      • setName

        public void setName​(String Name)
        Set 容器名称
        Parameters:
        Name - 容器名称
      • getLog

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

        public void setLog​(String Log)
        Set 日志
        Parameters:
        Log - 日志
      • getTime

        public String getTime()
        Get 日志记录时间
        Returns:
        Time 日志记录时间
      • setTime

        public void setTime​(String Time)
        Set 日志记录时间
        Parameters:
        Time - 日志记录时间