Class PersonalProfileValidatorRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.PersonalProfileValidatorRequestBody
PersonalDetailsRequestBody provides a structure for passing personal details over a REST API.
It is used for creating PersonalProfiles.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return the unique identifier for the originating system.Return the unique name for the originating system.int
hashCode()
Return hash code for this objectvoid
setOriginatingSystemGUID
(String originatingSystemGUID) Set up the unique identifier for the originating systemvoid
setOriginatingSystemName
(String originatingSystemName) Set up the unique name for the originating systemtoString()
JSON-style toString.
-
Constructor Details
-
PersonalProfileValidatorRequestBody
public PersonalProfileValidatorRequestBody()Default constructor -
PersonalProfileValidatorRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
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. -
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-