Class ReIdentifyRequestBody

All Implemented Interfaces:
RequestIdService

public class ReIdentifyRequestBody extends MetadataSourceOptions
ReIdentifyRequestBody provides a structure for passing the new unique identifier for a metadata element or relationship that is being re-identified.
  • Constructor Details

    • ReIdentifyRequestBody

      public ReIdentifyRequestBody()
      Default constructor
    • ReIdentifyRequestBody

      public ReIdentifyRequestBody(ReIdentifyRequestBody template)
      Copy/clone constructor
      Parameters:
      template - object to copy
    • ReIdentifyRequestBody

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

    • getNewGUID

      public String getNewGUID()
      Return the new unique identifier for the instance.
      Returns:
      string guid
    • setNewGUID

      public void setNewGUID(String newGUID)
      Set up the new unique identifier for the instance.
      Parameters:
      newGUID - string guid
    • toString

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

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