public class PersonalProfileValidatorRequestBody extends GovernanceProgramOMASAPIRequestBody
| Constructor and Description |
|---|
PersonalProfileValidatorRequestBody()
Default constructor
|
PersonalProfileValidatorRequestBody(PersonalProfileValidatorRequestBody 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 |
getEmployeeNumber()
Return the the unique employee number for this governance officer.
|
int |
hashCode()
Return hash code for this object
|
void |
setEmployeeNumber(String employeeNumber)
Set up the unique employee number for this governance officer.
|
String |
toString()
JSON-style toString.
|
public PersonalProfileValidatorRequestBody()
public PersonalProfileValidatorRequestBody(PersonalProfileValidatorRequestBody template)
template - object to copypublic String getEmployeeNumber()
public void setEmployeeNumber(String employeeNumber)
employeeNumber - String identifierpublic String toString()
toString in class GovernanceProgramOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
equals in class GovernanceProgramOMASAPIRequestBodyobjectToCompare - object to compareCopyright © 2018–2019 ODPi. All rights reserved.