Class PersonalProfileValidatorRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceProgramOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.governanceprogram.rest.PersonalProfileValidatorRequestBody
-
- All Implemented Interfaces:
Serializable
public class PersonalProfileValidatorRequestBody extends GovernanceProgramOMASAPIRequestBody
PersonalDetailsRequestBody provides a structure for passing personal details over a REST API. It is used for creating PersonalProfiles.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersonalProfileValidatorRequestBody()Default constructorPersonalProfileValidatorRequestBody(PersonalProfileValidatorRequestBody template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Equals method that returns true if containing properties are the same.StringgetEmployeeNumber()Return the the unique employee number for this governance officer.inthashCode()Return hash code for this objectvoidsetEmployeeNumber(String employeeNumber)Set up the unique employee number for this governance officer.StringtoString()JSON-style toString.
-
-
-
Constructor Detail
-
PersonalProfileValidatorRequestBody
public PersonalProfileValidatorRequestBody()
Default constructor
-
PersonalProfileValidatorRequestBody
public PersonalProfileValidatorRequestBody(PersonalProfileValidatorRequestBody template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getEmployeeNumber
public String getEmployeeNumber()
Return the the unique employee number for this governance officer.- Returns:
- String identifier
-
setEmployeeNumber
public void setEmployeeNumber(String employeeNumber)
Set up the unique employee number for this governance officer.- Parameters:
employeeNumber- String identifier
-
toString
public String toString()
JSON-style toString.- Overrides:
toStringin classGovernanceProgramOMASAPIRequestBody- Returns:
- list of properties and their values.
-
equals
public boolean equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
-
-