Class NamespaceInfo

    • Constructor Detail

      • NamespaceInfo

        public NamespaceInfo()
      • NamespaceInfo

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

      • getNamespace

        public String getNamespace()
        Get 命名空间名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Namespace 命名空间名 注意:此字段可能返回 null,表示取不到有效值。
      • setNamespace

        public void setNamespace​(String Namespace)
        Set 命名空间名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Namespace - 命名空间名 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public String getStatus()
        Get 状态(Active|Terminating) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 状态(Active|Terminating) 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(String Status)
        Set 状态(Active|Terminating) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 状态(Active|Terminating) 注意:此字段可能返回 null,表示取不到有效值。
      • getDescription

        public String getDescription()
        Get 描述信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Description 描述信息 注意:此字段可能返回 null,表示取不到有效值。
      • setDescription

        public void setDescription​(String Description)
        Set 描述信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Description - 描述信息 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateTime

        public String getCreateTime()
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreateTime - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getProtected

        public Boolean getProtected()
        Get 是否保护(不允许删除) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Protected 是否保护(不允许删除) 注意:此字段可能返回 null,表示取不到有效值。
      • setProtected

        public void setProtected​(Boolean Protected)
        Set 是否保护(不允许删除) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Protected - 是否保护(不允许删除) 注意:此字段可能返回 null,表示取不到有效值。
      • getYaml

        public String getYaml()
        Get 对应的Yaml配置 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Yaml 对应的Yaml配置 注意:此字段可能返回 null,表示取不到有效值。
      • setYaml

        public void setYaml​(String Yaml)
        Set 对应的Yaml配置 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Yaml - 对应的Yaml配置 注意:此字段可能返回 null,表示取不到有效值。