public class GovernanceActionProcessRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
GovernanceActionProcessRequestBody()
Default constructor
|
GovernanceActionProcessRequestBody(GovernanceActionProcessRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
List<NewActionTarget> |
getActionTargets()
Return the list of elements that the governance action process will work on.
|
String |
getOriginatorEngineName()
Return the qualified name of the governance engine that originated this request (if any).
|
String |
getOriginatorServiceName()
Return the unique name of the service that created this request.
|
String |
getProcessQualifiedName()
Return the qualified name of the GovernanceActionProcess that will act as a template for the governance actions that will
be created and run.
|
Map<String,String> |
getRequestParameters()
Return the parameters to pass onto the governance service.
|
List<String> |
getRequestSourceGUIDs()
Return the list of elements that triggered this request.
|
Date |
getStartTime()
Return the time that this process should start (null means as soon as possible).
|
int |
hashCode()
Return hash code for this object
|
void |
setActionTargets(List<NewActionTarget> actionTargets)
Set up the list of elements that the governance action process will work on.
|
void |
setOriginatorEngineName(String originatorEngineName)
Set up the qualified name of the governance engine that originated this request (if any).
|
void |
setOriginatorServiceName(String originatorServiceName)
Set up the unique name of the service that created this request.
|
void |
setProcessQualifiedName(String processQualifiedName)
Set up the qualified name of the GovernanceActionProcess that will act as a template for the governance actions that will
be created and run.
|
void |
setRequestParameters(Map<String,String> requestParameters)
Set up the parameters to pass onto the governance service.
|
void |
setRequestSourceGUIDs(List<String> requestSourceGUIDs)
Set up the list of elements that triggered this request.
|
void |
setStartTime(Date startTime)
Set up the time that this process should start (null means as soon as possible).
|
String |
toString()
JSON-style toString.
|
public GovernanceActionProcessRequestBody()
public GovernanceActionProcessRequestBody(GovernanceActionProcessRequestBody template)
template - object to copypublic String getProcessQualifiedName()
public void setProcessQualifiedName(String processQualifiedName)
processQualifiedName - string namepublic Map<String,String> getRequestParameters()
public void setRequestParameters(Map<String,String> requestParameters)
requestParameters - map of propertiespublic List<String> getRequestSourceGUIDs()
public void setRequestSourceGUIDs(List<String> requestSourceGUIDs)
requestSourceGUIDs - list of string guidspublic List<NewActionTarget> getActionTargets()
public void setActionTargets(List<NewActionTarget> actionTargets)
actionTargets - map of names to string guidspublic Date getStartTime()
public void setStartTime(Date startTime)
startTime - date objectpublic String getOriginatorServiceName()
public void setOriginatorServiceName(String originatorServiceName)
originatorServiceName - string namepublic String getOriginatorEngineName()
public void setOriginatorEngineName(String originatorEngineName)
originatorEngineName - string namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.