Class UpdateGovernanceActionProcessStepRequestBody

java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.UpdateGovernanceActionProcessStepRequestBody

public class UpdateGovernanceActionProcessStepRequestBody extends Object
UpdateGovernanceActionProcessStepRequestBody describes the request body used to update governance action process step properties.
  • Constructor Details

    • UpdateGovernanceActionProcessStepRequestBody

      public UpdateGovernanceActionProcessStepRequestBody()
      Default constructor
    • UpdateGovernanceActionProcessStepRequestBody

      public UpdateGovernanceActionProcessStepRequestBody(UpdateGovernanceActionProcessStepRequestBody 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
    • getProperties

      public GovernanceActionProcessStepProperties getProperties()
      Return the properties for the element.
      Returns:
      properties object
    • setProperties

      public void setProperties(GovernanceActionProcessStepProperties properties)
      Set up the properties for the element.
      Parameters:
      properties - properties object
    • toString

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

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