public class GovernanceActionRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
GovernanceActionRequestBody()
Default constructor
|
GovernanceActionRequestBody(GovernanceActionRequestBody 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 will work on.
|
String |
getDescription()
Return the description of the governance action.
|
String |
getDisplayName()
Return the display name for the governance action.
|
int |
getDomainIdentifier()
Return the identifier of the governance domain that this action belongs to (0=ALL/ANY).
|
String |
getOriginatorEngineName()
Return the qualified name of the governance engine that originated this request (if any).
|
String |
getOriginatorServiceName()
Set up the unique name of the service that created this request.
|
String |
getQualifiedName()
Return the qualified name for this new governance action.
|
List<String> |
getReceivedGuards()
Return the list of guards that should be passed to the governance service that executes this request.
|
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.
|
String |
getRequestType()
Return the request type associated with this governance action.
|
Date |
getStartTime()
Return the time that this governance action 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 will work on.
|
void |
setDescription(String description)
Set up the description of the governance action.
|
void |
setDisplayName(String displayName)
Set up the display name for the governance action.
|
void |
setDomainIdentifier(int domainIdentifier)
Set up the identifier of the governance domain that this action belongs to (0=ALL/ANY).
|
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 |
setQualifiedName(String qualifiedName)
Set up the qualified name of this new governance action.
|
void |
setReceivedGuards(List<String> receivedGuards)
Set up the list of guards that should be passed to the governance service that executes this request.
|
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 |
setRequestType(String requestType)
Set up the request type associated with this governance action, used to identify ths governance service to run.
|
void |
setStartTime(Date startTime)
Set up the time that this governance action should start (null means as soon as possible).
|
String |
toString()
JSON-style toString.
|
public GovernanceActionRequestBody()
public GovernanceActionRequestBody(GovernanceActionRequestBody template)
template - object to copypublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - string namepublic int getDomainIdentifier()
public void setDomainIdentifier(int domainIdentifier)
domainIdentifier - intpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - string textpublic List<String> getRequestSourceGUIDs()
public void setRequestSourceGUIDs(List<String> requestSourceGUIDs)
requestSourceGUIDs - list of string guidspublic List<NewActionTarget> getActionTargets()
public void setActionTargets(List<NewActionTarget> actionTargets)
actionTargets - list of names to string guidspublic List<String> getReceivedGuards()
public void setReceivedGuards(List<String> receivedGuards)
receivedGuards - list of stringspublic Date getStartTime()
public void setStartTime(Date startTime)
startTime - date objectpublic String getRequestType()
public void setRequestType(String requestType)
requestType - string namepublic Map<String,String> getRequestParameters()
public void setRequestParameters(Map<String,String> requestParameters)
requestParameters - map of propertiespublic 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.