Class ProfileIdentityRequestBody

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.ExternalSourceRequestBody
org.odpi.openmetadata.commonservices.ffdc.rest.ProfileIdentityRequestBody

public class ProfileIdentityRequestBody extends ExternalSourceRequestBody
ProfileIdentityRequestBody provides the request body payload for working with ProfileIdentity relationships.
  • Constructor Details

    • ProfileIdentityRequestBody

      public ProfileIdentityRequestBody()
      Default constructor
    • ProfileIdentityRequestBody

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

    • getProperties

      public ProfileIdentityProperties getProperties()
      Return the properties for this profile identity.
      Returns:
      properties bean
    • setProperties

      public void setProperties(ProfileIdentityProperties properties)
      Set up the properties for this profile identity.
      Parameters:
      properties - properties bean
    • toString

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class ExternalSourceRequestBody
      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 ExternalSourceRequestBody
      Parameters:
      objectToCompare - object to compare
      Returns:
      boolean result of comparison
    • hashCode

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