public class UploadLayerPartResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
lastByteReceived
The integer value of the last byte received in the request.
|
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 request.
|
Constructor and Description |
---|
UploadLayerPartResult() |
Modifier and Type | Method and Description |
---|---|
UploadLayerPartResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getLastByteReceived()
The integer value of the last byte received in the request.
|
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 request.
|
int |
hashCode() |
void |
setLastByteReceived(java.lang.Long lastByteReceived)
The integer value of the last byte received in the request.
|
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 request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UploadLayerPartResult |
withLastByteReceived(java.lang.Long lastByteReceived)
The integer value of the last byte received in the request.
|
UploadLayerPartResult |
withRegistryId(java.lang.String registryId)
The registry ID associated with the request.
|
UploadLayerPartResult |
withRepositoryName(java.lang.String repositoryName)
The repository name associated with the request.
|
UploadLayerPartResult |
withUploadId(java.lang.String uploadId)
The upload ID associated with the request.
|
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 request.
private java.lang.Long lastByteReceived
The integer value of the last byte received in the request.
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 UploadLayerPartResult 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 UploadLayerPartResult 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 request.
uploadId
- The upload ID associated with the request.public java.lang.String getUploadId()
The upload ID associated with the request.
public UploadLayerPartResult withUploadId(java.lang.String uploadId)
The upload ID associated with the request.
uploadId
- The upload ID associated with the request.public void setLastByteReceived(java.lang.Long lastByteReceived)
The integer value of the last byte received in the request.
lastByteReceived
- The integer value of the last byte received in the request.public java.lang.Long getLastByteReceived()
The integer value of the last byte received in the request.
public UploadLayerPartResult withLastByteReceived(java.lang.Long lastByteReceived)
The integer value of the last byte received in the request.
lastByteReceived
- The integer value of the last byte received in the request.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 UploadLayerPartResult clone()
clone
in class java.lang.Object