Class NewGovernanceActionProcessRequestBody

java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.NewGovernanceActionProcessRequestBody
Direct Known Subclasses:
UpdateGovernanceActionProcessRequestBody

public class NewGovernanceActionProcessRequestBody extends Object
NewGovernanceActionProcessRequestBody describes the request body used to create governance action process properties.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
    Copy/clone constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object objectToCompare)
    Return comparison result based on the content of the properties.
    org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessStatus
    Return the initial status of the governance action status.
    org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
    Return the properties for the element.
    int
    Return hash code for this object
    void
    setProcessStatus(org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessStatus processStatus)
    Set up the initial status of the governance action status.
    void
    setProperties(org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties properties)
    Set up the properties for the element.
    JSON-style toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NewGovernanceActionProcessRequestBody

      public NewGovernanceActionProcessRequestBody()
      Default constructor
    • NewGovernanceActionProcessRequestBody

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

    • getProcessStatus

      public org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessStatus getProcessStatus()
      Return the initial status of the governance action status.
      Returns:
      status enum
    • setProcessStatus

      public void setProcessStatus(org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessStatus processStatus)
      Set up the initial status of the governance action status.
      Parameters:
      processStatus - status enum
    • getProperties

      public org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties getProperties()
      Return the properties for the element.
      Returns:
      properties object
    • setProperties

      public void setProperties(org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties 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