public class CompletionStatusRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
CompletionStatusRequestBody()
Default constructor
|
CompletionStatusRequestBody(CompletionStatusRequestBody 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> |
getNewActionTargets()
Return the metadata elements that the next governance action should target.
|
List<String> |
getOutputGuards()
Return the list of guards supplied by the governance service when it completed.
|
Map<String,String> |
getRequestParameters()
Return the parameters to pass onto the governance service.
|
CompletionStatus |
getStatus()
Return the completion status supplied by the governance service when it completed.
|
int |
hashCode()
Return hash code for this object
|
void |
setNewActionTargets(List<NewActionTarget> newActionTargets)
Set up the list of metadata elements that the next governance action should target.
|
void |
setOutputGuards(List<String> outputGuards)
Set up the list of guards supplied by the governance service when it completed.
|
void |
setRequestParameters(Map<String,String> requestParameters)
Set up the parameters to pass onto the governance service.
|
void |
setStatus(CompletionStatus status)
Set up the completion status.
|
String |
toString()
JSON-style toString.
|
public CompletionStatusRequestBody()
public CompletionStatusRequestBody(CompletionStatusRequestBody template)
template - object to copypublic CompletionStatus getStatus()
public void setStatus(CompletionStatus status)
status - completion status enumpublic Map<String,String> getRequestParameters()
public void setRequestParameters(Map<String,String> requestParameters)
requestParameters - map of propertiespublic List<String> getOutputGuards()
public void setOutputGuards(List<String> outputGuards)
outputGuards - list of string guidspublic List<NewActionTarget> getNewActionTargets()
public void setNewActionTargets(List<NewActionTarget> newActionTargets)
newActionTargets - list of names to string guidspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.