public class UploadId extends Object implements Serializable
| Constructor and Description |
|---|
UploadId(Serializable inputObject)
Create a new
UploadId instance based on the provided object using it's toString method. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Serializable |
getOriginalObject()
The original input object that was provided when constructing this upload ID
|
int |
hashCode() |
String |
toString() |
public UploadId(Serializable inputObject)
UploadId instance based on the provided object using it's toString method.inputObject - The object to use for constructing the IDpublic Serializable getOriginalObject()
Copyright © 2023. All rights reserved.