Class NamespaceIsExistsResp

    • Constructor Detail

      • NamespaceIsExistsResp

        public NamespaceIsExistsResp()
      • NamespaceIsExistsResp

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

      • getIsExist

        public Boolean getIsExist()
        Get 命名空间是否存在
        Returns:
        IsExist 命名空间是否存在
      • setIsExist

        public void setIsExist​(Boolean IsExist)
        Set 命名空间是否存在
        Parameters:
        IsExist - 命名空间是否存在
      • getIsPreserved

        public Boolean getIsPreserved()
        Get 是否为保留命名空间
        Returns:
        IsPreserved 是否为保留命名空间
      • setIsPreserved

        public void setIsPreserved​(Boolean IsPreserved)
        Set 是否为保留命名空间
        Parameters:
        IsPreserved - 是否为保留命名空间