public class ClientData
extends java.lang.Object
implements java.io.Serializable
Describes the client-specific data.
Constructor and Description |
---|
ClientData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComment()
A user-defined comment about the disk upload.
|
java.util.Date |
getUploadEnd()
The time that the disk upload ends.
|
java.lang.Double |
getUploadSize()
The size of the uploaded disk image, in GiB.
|
java.util.Date |
getUploadStart()
The time that the disk upload starts.
|
int |
hashCode() |
void |
setComment(java.lang.String comment)
A user-defined comment about the disk upload.
|
void |
setUploadEnd(java.util.Date uploadEnd)
The time that the disk upload ends.
|
void |
setUploadSize(java.lang.Double uploadSize)
The size of the uploaded disk image, in GiB.
|
void |
setUploadStart(java.util.Date uploadStart)
The time that the disk upload starts.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ClientData |
withComment(java.lang.String comment)
A user-defined comment about the disk upload.
|
ClientData |
withUploadEnd(java.util.Date uploadEnd)
The time that the disk upload ends.
|
ClientData |
withUploadSize(java.lang.Double uploadSize)
The size of the uploaded disk image, in GiB.
|
ClientData |
withUploadStart(java.util.Date uploadStart)
The time that the disk upload starts.
|
public java.util.Date getUploadStart()
public void setUploadStart(java.util.Date uploadStart)
uploadStart
- The time that the disk upload starts.public ClientData withUploadStart(java.util.Date uploadStart)
Returns a reference to this object so that method calls can be chained together.
uploadStart
- The time that the disk upload starts.public java.util.Date getUploadEnd()
public void setUploadEnd(java.util.Date uploadEnd)
uploadEnd
- The time that the disk upload ends.public ClientData withUploadEnd(java.util.Date uploadEnd)
Returns a reference to this object so that method calls can be chained together.
uploadEnd
- The time that the disk upload ends.public java.lang.Double getUploadSize()
public void setUploadSize(java.lang.Double uploadSize)
uploadSize
- The size of the uploaded disk image, in GiB.public ClientData withUploadSize(java.lang.Double uploadSize)
Returns a reference to this object so that method calls can be chained together.
uploadSize
- The size of the uploaded disk image, in GiB.public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- A user-defined comment about the disk upload.public ClientData withComment(java.lang.String comment)
Returns a reference to this object so that method calls can be chained together.
comment
- A user-defined comment about the disk upload.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.