Class UpdateGovernanceActionProcessRequestBody

java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.NewGovernanceActionProcessRequestBody
org.odpi.openmetadata.frameworkservices.gaf.rest.UpdateGovernanceActionProcessRequestBody

public class UpdateGovernanceActionProcessRequestBody extends NewGovernanceActionProcessRequestBody
UpdateGovernanceActionProcessRequestBody describes the request body used to update governance action process properties.
  • Constructor Details

    • UpdateGovernanceActionProcessRequestBody

      public UpdateGovernanceActionProcessRequestBody()
      Default constructor
    • UpdateGovernanceActionProcessRequestBody

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

    • getMergeUpdate

      public boolean getMergeUpdate()
      Return indication of there properties should be over-write or replace existing properties.
      Returns:
      boolean flag
    • setMergeUpdate

      public void setMergeUpdate(boolean mergeUpdate)
      Set up the indication of there properties should be over-write or replace existing properties.
      Parameters:
      mergeUpdate - boolean flag
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class NewGovernanceActionProcessRequestBody
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class NewGovernanceActionProcessRequestBody
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

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