public class GovernanceOfficerDetailsRequestBody extends GovernanceProgramOMASAPIRequestBody
| Constructor and Description |
|---|
GovernanceOfficerDetailsRequestBody()
Default constructor
|
GovernanceOfficerDetailsRequestBody(GovernanceOfficerDetailsRequestBody 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.
|
Map<String,String> |
getAdditionalProperties()
Return the map of properties that are not explicitly provided as properties on this bean.
|
String |
getAppointmentContext()
Return the context in which the governance officer is appointed.
|
String |
getAppointmentId()
Return the unique identifier for this job role/appointment.
|
List<ExternalReference> |
getExternalReferences()
Return the list of links to external documentation that are relevant to this governance definition.
|
GovernanceDomain |
getGovernanceDomain()
Return the governance domain over which this governance officer presides.
|
String |
getTitle()
Return the title associated with this governance definition.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up the map of properties that are not explicitly provided as properties on this bean.
|
void |
setAppointmentContext(String appointmentContext)
Set up the context in which the governance officer is appointed.
|
void |
setAppointmentId(String appointmentId)
Set up the unique identifier for this job role/appointment.
|
void |
setExternalReferences(List<ExternalReference> externalReferences)
Set up the list of links to external documentation that are relevant to this governance definition.
|
void |
setGovernanceDomain(GovernanceDomain governanceDomain)
Set up the governance domain over which this governance officer presides.
|
void |
setTitle(String title)
Set up the title associated with this governance definition.
|
String |
toString()
JSON-like toString
|
public GovernanceOfficerDetailsRequestBody()
public GovernanceOfficerDetailsRequestBody(GovernanceOfficerDetailsRequestBody template)
template - object to copypublic String getTitle()
public void setTitle(String title)
title - String titlepublic GovernanceDomain getGovernanceDomain()
public void setGovernanceDomain(GovernanceDomain governanceDomain)
governanceDomain - enumpublic String getAppointmentId()
public void setAppointmentId(String appointmentId)
appointmentId - unique namepublic String getAppointmentContext()
public void setAppointmentContext(String appointmentContext)
appointmentContext - descriptionpublic List<ExternalReference> getExternalReferences()
public void setExternalReferences(List<ExternalReference> externalReferences)
externalReferences - list of external referencespublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - map from string to object.public String toString()
toString in class GovernanceProgramOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
equals in class GovernanceProgramOMASAPIRequestBodyobjectToCompare - object to compareCopyright © 2018–2020 ODPi. All rights reserved.