Class PersonalProfileValidatorRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityProfileOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.communityprofile.rest.PersonalProfileValidatorRequestBody
-
- All Implemented Interfaces:
Serializable
public class PersonalProfileValidatorRequestBody extends CommunityProfileOMASAPIRequestBody
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.StringgetOriginatingSystemGUID()Return the unique identifier for the originating system.StringgetOriginatingSystemName()Return the unique name for the originating system.inthashCode()Return hash code for this objectvoidsetOriginatingSystemGUID(String originatingSystemGUID)Set up the unique identifier for the originating systemvoidsetOriginatingSystemName(String originatingSystemName)Set up the unique name for the originating systemStringtoString()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
-
getOriginatingSystemGUID
public String getOriginatingSystemGUID()
Return the unique identifier for the originating system.- Returns:
- string
-
setOriginatingSystemGUID
public void setOriginatingSystemGUID(String originatingSystemGUID)
Set up the unique identifier for the originating system- Parameters:
originatingSystemGUID- string
-
getOriginatingSystemName
public String getOriginatingSystemName()
Return the unique name for the originating system.- Returns:
- string
-
setOriginatingSystemName
public void setOriginatingSystemName(String originatingSystemName)
Set up the unique name for the originating system- Parameters:
originatingSystemName- string
-
toString
public String toString()
JSON-style toString.- Overrides:
toStringin classCommunityProfileOMASAPIRequestBody- Returns:
- list of properties and their values.
-
equals
public boolean equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
-
-