public class GovernanceOfficerValidatorRequestBody extends GovernanceProgramOMASAPIRequestBody
| Constructor and Description |
|---|
GovernanceOfficerValidatorRequestBody()
Default constructor
|
GovernanceOfficerValidatorRequestBody(GovernanceOfficerValidatorRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getAppointmentId()
Return the unique identifier for this job role/appointment.
|
GovernanceDomain |
getGovernanceDomain()
Return the governance domain over which this governance officer presides.
|
int |
hashCode()
Return hash code for this object
|
void |
setAppointmentId(String appointmentId)
Set up the unique identifier for this job role/appointment.
|
void |
setGovernanceDomain(GovernanceDomain governanceDomain)
Set up the governance domain over which this governance officer presides.
|
String |
toString()
JSON-like toString
|
public GovernanceOfficerValidatorRequestBody()
public GovernanceOfficerValidatorRequestBody(GovernanceOfficerValidatorRequestBody template)
template - object to copypublic GovernanceDomain getGovernanceDomain()
public void setGovernanceDomain(GovernanceDomain governanceDomain)
governanceDomain - enumpublic String getAppointmentId()
public void setAppointmentId(String appointmentId)
appointmentId - unique namepublic String toString()
toString in class GovernanceProgramOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
equals in class GovernanceProgramOMASAPIRequestBodyobjectToCompare - object to compareCopyright © 2018–2020 ODPi. All rights reserved.