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<String> |
getActionTargetGUIDs()
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.
|
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 |
setActionTargetGUIDs(List<String> actionTargetGUIDs)
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 |
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 List<String> getRequestSourceGUIDs()
public void setRequestSourceGUIDs(List<String> requestSourceGUIDs)
requestSourceGUIDs - list of string guidspublic List<String> getActionTargetGUIDs()
public void setActionTargetGUIDs(List<String> actionTargetGUIDs)
actionTargetGUIDs - list of 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.