public class ZoneResponse extends GAFOMASAPIResponse
| Constructor and Description |
|---|
ZoneResponse()
Default constructor
|
ZoneResponse(ZoneResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
GovernanceZone |
getGovernanceZone()
Return the governanceZone result.
|
int |
hashCode()
Return hash code for this object
|
void |
setGovernanceZone(GovernanceZone governanceZone)
Set up the governanceZone result.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic ZoneResponse()
public ZoneResponse(ZoneResponse template)
template - object to copypublic GovernanceZone getGovernanceZone()
public void setGovernanceZone(GovernanceZone governanceZone)
governanceZone - - beanpublic String toString()
toString in class GAFOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2019 ODPi. All rights reserved.