Class AutoInjectionNamespaceState

    • Constructor Detail

      • AutoInjectionNamespaceState

        public AutoInjectionNamespaceState()
      • AutoInjectionNamespaceState

        public AutoInjectionNamespaceState​(AutoInjectionNamespaceState 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 命名空间名称
        Returns:
        Namespace 命名空间名称
      • setNamespace

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

        public String getState()
        Get 注入状态 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        State 注入状态 注意:此字段可能返回 null,表示取不到有效值。
      • setState

        public void setState​(String State)
        Set 注入状态 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        State - 注入状态 注意:此字段可能返回 null,表示取不到有效值。