Class PersonalProfileRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.MyProfileRequestBody
org.odpi.openmetadata.commonservices.ffdc.rest.PersonalProfileRequestBody
PersonalDetailsRequestBody provides a structure for passing personal details over a REST API.
It is used for creating and updating PersonalProfiles for other users.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Standard method.Return the unique identifier for the originating system.Return the unique name for the originating system.Return the anchoring userId for this profile.int
hashCode()
Standard methodvoid
setOriginatingSystemGUID
(String originatingSystemGUID) Set up the unique identifier for the originating systemvoid
setOriginatingSystemName
(String originatingSystemName) Set up the unique name for the originating systemvoid
setProfileUserId
(String profileUserId) Set up the anchoring userId for this profile.toString()
JSON-style toString.Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.MyProfileRequestBody
getAdditionalProperties, getFullName, getJobRoleDescription, getJobTitle, getKnownName, getProfileProperties, getQualifiedName, setAdditionalProperties, setFullName, setJobRoleDescription, setJobTitle, setKnownName, setProfileProperties, setQualifiedName
-
Constructor Details
-
PersonalProfileRequestBody
public PersonalProfileRequestBody()Default constructor -
PersonalProfileRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
PersonalProfileRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getProfileUserId
Return the anchoring userId for this profile.- Returns:
- string
-
setProfileUserId
Set up the anchoring userId for this profile.- Parameters:
profileUserId
- string
-
getOriginatingSystemGUID
Return the unique identifier for the originating system.- Returns:
- string
-
setOriginatingSystemGUID
Set up the unique identifier for the originating system- Parameters:
originatingSystemGUID
- string
-
getOriginatingSystemName
Return the unique name for the originating system.- Returns:
- string
-
setOriginatingSystemName
Set up the unique name for the originating system- Parameters:
originatingSystemName
- string
-
toString
JSON-style toString.- Overrides:
toString
in classMyProfileRequestBody
- Returns:
- list of properties and their values.
-
equals
Standard method.- Overrides:
equals
in classMyProfileRequestBody
- Parameters:
objectToCompare
- object to compare- Returns:
- boolean
-
hashCode
public int hashCode()Standard method- Overrides:
hashCode
in classMyProfileRequestBody
- Returns:
- hashcode
-