Class CompleteLayerUploadResult

    • Constructor Detail

      • CompleteLayerUploadResult

        public CompleteLayerUploadResult()
    • Method Detail

      • setRegistryId

        public void setRegistryId​(String registryId)

        The registry ID associated with the request.

        Parameters:
        registryId - The registry ID associated with the request.
      • getRegistryId

        public String getRegistryId()

        The registry ID associated with the request.

        Returns:
        The registry ID associated with the request.
      • withRegistryId

        public CompleteLayerUploadResult withRegistryId​(String registryId)

        The registry ID associated with the request.

        Parameters:
        registryId - The registry ID associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRepositoryName

        public void setRepositoryName​(String repositoryName)

        The repository name associated with the request.

        Parameters:
        repositoryName - The repository name associated with the request.
      • getRepositoryName

        public String getRepositoryName()

        The repository name associated with the request.

        Returns:
        The repository name associated with the request.
      • withRepositoryName

        public CompleteLayerUploadResult withRepositoryName​(String repositoryName)

        The repository name associated with the request.

        Parameters:
        repositoryName - The repository name associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUploadId

        public void setUploadId​(String uploadId)

        The upload ID associated with the layer.

        Parameters:
        uploadId - The upload ID associated with the layer.
      • getUploadId

        public String getUploadId()

        The upload ID associated with the layer.

        Returns:
        The upload ID associated with the layer.
      • withUploadId

        public CompleteLayerUploadResult withUploadId​(String uploadId)

        The upload ID associated with the layer.

        Parameters:
        uploadId - The upload ID associated with the layer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLayerDigest

        public void setLayerDigest​(String layerDigest)

        The sha256 digest of the image layer.

        Parameters:
        layerDigest - The sha256 digest of the image layer.
      • getLayerDigest

        public String getLayerDigest()

        The sha256 digest of the image layer.

        Returns:
        The sha256 digest of the image layer.
      • withLayerDigest

        public CompleteLayerUploadResult withLayerDigest​(String layerDigest)

        The sha256 digest of the image layer.

        Parameters:
        layerDigest - The sha256 digest of the image layer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object