public class GovernanceOfficerListResponse extends GovernanceProgramOMASAPIResponse
| Constructor and Description |
|---|
GovernanceOfficerListResponse()
Default constructor
|
GovernanceOfficerListResponse(GovernanceOfficerListResponse 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<GovernanceOfficerProperties> |
getGovernanceOfficers()
Return the list of governance officers.
|
int |
hashCode()
Return hash code for this object
|
void |
setGovernanceOfficers(List<GovernanceOfficerProperties> governanceOfficers)
Set up the list of governance officers.
|
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 GovernanceOfficerListResponse()
public GovernanceOfficerListResponse(GovernanceOfficerListResponse template)
template - object to copypublic List<GovernanceOfficerProperties> getGovernanceOfficers()
public void setGovernanceOfficers(List<GovernanceOfficerProperties> governanceOfficers)
governanceOfficers - - list of objects or nullpublic 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.