public class PersonalProfileResponse extends GovernanceProgramOMASAPIResponse
| Constructor and Description |
|---|
PersonalProfileResponse()
Default constructor
|
PersonalProfileResponse(PersonalProfileResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
PersonalProfile |
getPersonalProfile()
Return the personalProfile result.
|
int |
hashCode()
Return hash code for this object
|
void |
setPersonalProfile(PersonalProfile personalProfile)
Set up the personalProfile result.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic PersonalProfileResponse()
public PersonalProfileResponse(PersonalProfileResponse template)
template - object to copypublic PersonalProfile getPersonalProfile()
public void setPersonalProfile(PersonalProfile personalProfile)
personalProfile - details of individualpublic String toString()
toString in class GovernanceProgramOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class GovernanceProgramOMASAPIResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class GovernanceProgramOMASAPIResponseCopyright © 2017–2018 ODPi. All rights reserved.