public class NextGovernanceActionTypeRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
NextGovernanceActionTypeRequestBody()
Default constructor
|
NextGovernanceActionTypeRequestBody(NextGovernanceActionTypeRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getGuard()
Return the triggering guard (or null for any guard).
|
boolean |
getIgnoreMultipleTriggers()
Return whether this action type can be triggered more than once in a single step of the governance action process.
|
boolean |
getMandatoryGuard()
Return if the guard must be returned from the previous action for any of the next actions to progress.
|
int |
hashCode()
Return hash code for this object
|
void |
setGuard(String guard)
Set up the triggering guard (or null for any guard).
|
void |
setIgnoreMultipleTriggers(boolean ignoreMultipleTriggers)
Set up whether this action type can be triggered more than once in a single step of the governance action process.
|
void |
setMandatoryGuard(boolean mandatoryGuard)
Set up if the guard must be returned from the previous action for any of the next actions to progress.
|
String |
toString()
JSON-style toString
|
public NextGovernanceActionTypeRequestBody()
public NextGovernanceActionTypeRequestBody(NextGovernanceActionTypeRequestBody template)
template - object to copypublic String getGuard()
public void setGuard(String guard)
guard - string namepublic boolean getMandatoryGuard()
public void setMandatoryGuard(boolean mandatoryGuard)
mandatoryGuard - boolean flagpublic boolean getIgnoreMultipleTriggers()
public void setIgnoreMultipleTriggers(boolean ignoreMultipleTriggers)
ignoreMultipleTriggers - boolean flagpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.