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