public class CompleteLayerUploadResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
layerDigest
The
sha256 digest of the image layer. |
private java.lang.String |
registryId
The registry ID associated with the request.
|
private java.lang.String |
repositoryName
The repository name associated with the request.
|
private java.lang.String |
uploadId
The upload ID associated with the layer.
|
Constructor and Description |
---|
CompleteLayerUploadResult() |
Modifier and Type | Method and Description |
---|---|
CompleteLayerUploadResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLayerDigest()
The
sha256 digest of the image layer. |
java.lang.String |
getRegistryId()
The registry ID associated with the request.
|
java.lang.String |
getRepositoryName()
The repository name associated with the request.
|
java.lang.String |
getUploadId()
The upload ID associated with the layer.
|
int |
hashCode() |
void |
setLayerDigest(java.lang.String layerDigest)
The
sha256 digest of the image layer. |
void |
setRegistryId(java.lang.String registryId)
The registry ID associated with the request.
|
void |
setRepositoryName(java.lang.String repositoryName)
The repository name associated with the request.
|
void |
setUploadId(java.lang.String uploadId)
The upload ID associated with the layer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CompleteLayerUploadResult |
withLayerDigest(java.lang.String layerDigest)
The
sha256 digest of the image layer. |
CompleteLayerUploadResult |
withRegistryId(java.lang.String registryId)
The registry ID associated with the request.
|
CompleteLayerUploadResult |
withRepositoryName(java.lang.String repositoryName)
The repository name associated with the request.
|
CompleteLayerUploadResult |
withUploadId(java.lang.String uploadId)
The upload ID associated with the layer.
|
private java.lang.String registryId
The registry ID associated with the request.
private java.lang.String repositoryName
The repository name associated with the request.
private java.lang.String uploadId
The upload ID associated with the layer.
private java.lang.String layerDigest
The sha256
digest of the image layer.
public void setRegistryId(java.lang.String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public java.lang.String getRegistryId()
The registry ID associated with the request.
public CompleteLayerUploadResult withRegistryId(java.lang.String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public void setRepositoryName(java.lang.String repositoryName)
The repository name associated with the request.
repositoryName
- The repository name associated with the request.public java.lang.String getRepositoryName()
The repository name associated with the request.
public CompleteLayerUploadResult withRepositoryName(java.lang.String repositoryName)
The repository name associated with the request.
repositoryName
- The repository name associated with the request.public void setUploadId(java.lang.String uploadId)
The upload ID associated with the layer.
uploadId
- The upload ID associated with the layer.public java.lang.String getUploadId()
The upload ID associated with the layer.
public CompleteLayerUploadResult withUploadId(java.lang.String uploadId)
The upload ID associated with the layer.
uploadId
- The upload ID associated with the layer.public void setLayerDigest(java.lang.String layerDigest)
The sha256
digest of the image layer.
layerDigest
- The sha256
digest of the image layer.public java.lang.String getLayerDigest()
The sha256
digest of the image layer.
sha256
digest of the image layer.public CompleteLayerUploadResult withLayerDigest(java.lang.String layerDigest)
The sha256
digest of the image layer.
layerDigest
- The sha256
digest of the image layer.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CompleteLayerUploadResult clone()
clone
in class java.lang.Object