public class GUIDResponse extends DigitalArchitectureOMASAPIResponse
| Constructor and Description |
|---|
GUIDResponse()
Default constructor
|
GUIDResponse(GUIDResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getGUID()
Return the guid result.
|
int |
hashCode()
Return hash code for this object
|
void |
setGUID(String guid)
Set up the guid result.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic GUIDResponse()
public GUIDResponse(GUIDResponse template)
template - object to copypublic String getGUID()
public void setGUID(String guid)
guid - - unique identifierpublic String toString()
toString in class DigitalArchitectureOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class DigitalArchitectureOMASAPIResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class DigitalArchitectureOMASAPIResponseCopyright © 2018–2019 ODPi. All rights reserved.