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<String> |
getActionTargetGUIDs()
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.
|
Map<String,String> |
getRequestProperties()
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 |
setActionTargetGUIDs(List<String> actionTargetGUIDs)
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 |
setRequestProperties(Map<String,String> requestProperties)
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<String> getActionTargetGUIDs()
public void setActionTargetGUIDs(List<String> actionTargetGUIDs)
actionTargetGUIDs - list of string guidspublic Date getStartTime()
public void setStartTime(Date startTime)
startTime - date objectpublic String getRequestType()
public void setRequestType(String requestType)
requestType - string namepublic Map<String,String> getRequestProperties()
public void setRequestProperties(Map<String,String> requestProperties)
requestProperties - 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.