public class ZoneListResponse extends GovernanceProgramOMASAPIResponse
| Constructor and Description |
|---|
ZoneListResponse()
Default constructor
|
ZoneListResponse(ZoneListResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<GovernanceZoneElement> |
getGovernanceZones()
Return the governanceZone result.
|
int |
hashCode()
Return hash code for this object
|
void |
setGovernanceZone(List<GovernanceZoneElement> governanceZones)
Set up the governanceZones result.
|
String |
toString()
JSON-style toString
|
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic ZoneListResponse()
public ZoneListResponse(ZoneListResponse template)
template - object to copypublic List<GovernanceZoneElement> getGovernanceZones()
public void setGovernanceZone(List<GovernanceZoneElement> governanceZones)
governanceZones - list of resultspublic String toString()
toString in class GovernanceProgramOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2020 ODPi. All rights reserved.