public class AppointmentRequestBody extends GovernanceProgramOMASAPIRequestBody
| Constructor and Description |
|---|
AppointmentRequestBody()
Default constructor
|
AppointmentRequestBody(AppointmentRequestBody 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.
|
Date |
getEffectiveDate()
Return the date that this action is effective.
|
String |
getProfileGUID()
Return the the unique employee number for this governance officer.
|
int |
hashCode()
Return hash code for this object
|
void |
setEffectiveDate(Date effectiveDate)
Set up the date that this action is effective.
|
void |
setProfileGUID(String guid)
Set up the unique employee number for this governance officer.
|
String |
toString()
JSON-style toString.
|
public AppointmentRequestBody()
public AppointmentRequestBody(AppointmentRequestBody template)
template - object to copypublic String getProfileGUID()
public void setProfileGUID(String guid)
guid - String identifierpublic Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
effectiveDate - datepublic String toString()
toString in class GovernanceProgramOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.