public class GetUploadResult extends Object implements Serializable, Cloneable
Represents the result of a get upload request.
Constructor and Description |
---|
GetUploadResult() |
Modifier and Type | Method and Description |
---|---|
GetUploadResult |
clone() |
boolean |
equals(Object obj) |
Upload |
getUpload()
Returns the value of the Upload property for this object.
|
int |
hashCode() |
void |
setUpload(Upload upload)
Sets the value of the Upload property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetUploadResult |
withUpload(Upload upload)
Sets the value of the Upload property for this object.
|
public void setUpload(Upload upload)
upload
- The new value for the Upload property for this object.public Upload getUpload()
public GetUploadResult withUpload(Upload upload)
upload
- The new value for the Upload property for this object.public String toString()
toString
in class Object
Object.toString()
public GetUploadResult clone()
Copyright © 2015. All rights reserved.