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<GovernanceOfficer> |
getGovernanceOfficers()
Return the list of governance officers.
|
int |
hashCode()
Return hash code for this object
|
void |
setGovernanceOfficers(List<GovernanceOfficer> governanceOfficers)
Set up the list of governance officers.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic GovernanceOfficerListResponse()
public GovernanceOfficerListResponse(GovernanceOfficerListResponse template)
template - object to copypublic List<GovernanceOfficer> getGovernanceOfficers()
public void setGovernanceOfficers(List<GovernanceOfficer> 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.