Class PersonalProfileValidatorRequestBody

java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityProfileOMASAPIRequestBody
org.odpi.openmetadata.viewservices.myprofile.rest.PersonalProfileValidatorRequestBody

public class PersonalProfileValidatorRequestBody extends CommunityProfileOMASAPIRequestBody
PersonalDetailsRequestBody provides a structure for passing personal details over a REST API. It is used for creating PersonalProfiles.
  • Constructor Details

    • PersonalProfileValidatorRequestBody

      public PersonalProfileValidatorRequestBody()
      Default constructor
    • PersonalProfileValidatorRequestBody

      public PersonalProfileValidatorRequestBody(PersonalProfileValidatorRequestBody template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • 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:
      toString in class CommunityProfileOMASAPIRequestBody
      Returns:
      list of properties and their values.
    • equals

      public boolean equals(Object objectToCompare)
      Equals method that returns true if containing properties are the same.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object to compare
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code