Class InitiateGovernanceActionTypeRequestBody

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

public class InitiateGovernanceActionTypeRequestBody extends Object
GovernanceActionTypeRequestBody provides a structure for passing the properties for initiating a new instance of an engine action from a governance action type.
  • Constructor Details

    • InitiateGovernanceActionTypeRequestBody

      public InitiateGovernanceActionTypeRequestBody()
      Default constructor
    • InitiateGovernanceActionTypeRequestBody

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

    • getGovernanceActionTypeQualifiedName

      public String getGovernanceActionTypeQualifiedName()
      Return the qualified name of the GovernanceActionProcess that will act as a template for the engine actions that will be created and run.
      Returns:
      string name
    • setGovernanceActionTypeQualifiedName

      public void setGovernanceActionTypeQualifiedName(String governanceActionTypeQualifiedName)
      Set up the qualified name of the GovernanceActionType that will act as a template for the engine actions that will be created and run.
      Parameters:
      governanceActionTypeQualifiedName - string name
    • getRequestParameters

      public Map<String,String> getRequestParameters()
      Return the parameters to pass onto the governance service.
      Returns:
      map of properties
    • setRequestParameters

      public void setRequestParameters(Map<String,String> requestParameters)
      Set up the parameters to pass onto the governance service.
      Parameters:
      requestParameters - map of properties
    • getRequestSourceGUIDs

      public List<String> getRequestSourceGUIDs()
      Return the list of elements that triggered this request.
      Returns:
      list of string guids
    • setRequestSourceGUIDs

      public void setRequestSourceGUIDs(List<String> requestSourceGUIDs)
      Set up the list of elements that triggered this request.
      Parameters:
      requestSourceGUIDs - list of string guids
    • getActionTargets

      public List<NewActionTarget> getActionTargets()
      Return the list of elements that the governance service will work on.
      Returns:
      list of names to string guids
    • setActionTargets

      public void setActionTargets(List<NewActionTarget> actionTargets)
      Set up the list of elements that the governance service will work on.
      Parameters:
      actionTargets - list of names to string guids
    • getStartDate

      public Date getStartDate()
      Return the time that this engine action should start (null means as soon as possible).
      Returns:
      date object
    • setStartDate

      public void setStartDate(Date startDate)
      Set up the time that this engine action should start (null means as soon as possible).
      Parameters:
      startDate - date object
    • getOriginatorServiceName

      public String getOriginatorServiceName()
      Return the unique name of the service that created this request.
      Returns:
      string name
    • setOriginatorServiceName

      public void setOriginatorServiceName(String originatorServiceName)
      Set up the unique name of the service that created this request.
      Parameters:
      originatorServiceName - string name
    • getOriginatorEngineName

      public String getOriginatorEngineName()
      Return the qualified name of the governance engine that originated this request (if any).
      Returns:
      string name
    • setOriginatorEngineName

      public void setOriginatorEngineName(String originatorEngineName)
      Set up the qualified name of the governance engine that originated this request (if any).
      Parameters:
      originatorEngineName - string name
    • toString

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

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