Class DeleteRepositoryRequest

    • Constructor Detail

      • DeleteRepositoryRequest

        public DeleteRepositoryRequest()
      • DeleteRepositoryRequest

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

      • getRegistryId

        public String getRegistryId()
        Get 实例Id
        Returns:
        RegistryId 实例Id
      • setRegistryId

        public void setRegistryId​(String RegistryId)
        Set 实例Id
        Parameters:
        RegistryId - 实例Id
      • getNamespaceName

        public String getNamespaceName()
        Get 命名空间的名称
        Returns:
        NamespaceName 命名空间的名称
      • setNamespaceName

        public void setNamespaceName​(String NamespaceName)
        Set 命名空间的名称
        Parameters:
        NamespaceName - 命名空间的名称
      • getRepositoryName

        public String getRepositoryName()
        Get 镜像仓库的名称
        Returns:
        RepositoryName 镜像仓库的名称
      • setRepositoryName

        public void setRepositoryName​(String RepositoryName)
        Set 镜像仓库的名称
        Parameters:
        RepositoryName - 镜像仓库的名称