public class GUIDResponse extends DataEngineOMASAPIResponse
| 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() |
int |
hashCode()
Return hash code for this object
|
void |
setGuid(String guid) |
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)
public String toString()
toString in class DataEngineOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class DataEngineOMASAPIResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class DataEngineOMASAPIResponseCopyright © 2018–2019 ODPi. All rights reserved.