Class NextGovernanceActionTypeRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceengine.rest.NextGovernanceActionTypeRequestBody
-
- All Implemented Interfaces:
Serializable
public class NextGovernanceActionTypeRequestBody extends Object implements Serializable
NextGovernanceActionTypeRequestBody contains the properties for a next action type relationship.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NextGovernanceActionTypeRequestBody()Default constructorNextGovernanceActionTypeRequestBody(NextGovernanceActionTypeRequestBody template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.StringgetGuard()Return the triggering guard (or null for any guard).booleangetMandatoryGuard()Return if the guard must be returned from the previous action for any of the next actions to progress.inthashCode()Return hash code for this objectvoidsetGuard(String guard)Set up the triggering guard (or null for any guard).voidsetMandatoryGuard(boolean mandatoryGuard)Set up if the guard must be returned from the previous action for any of the next actions to progress.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
NextGovernanceActionTypeRequestBody
public NextGovernanceActionTypeRequestBody()
Default constructor
-
NextGovernanceActionTypeRequestBody
public NextGovernanceActionTypeRequestBody(NextGovernanceActionTypeRequestBody template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getGuard
public String getGuard()
Return the triggering guard (or null for any guard).- Returns:
- string name
-
setGuard
public void setGuard(String guard)
Set up the triggering guard (or null for any guard).- Parameters:
guard- string name
-
getMandatoryGuard
public boolean getMandatoryGuard()
Return if the guard must be returned from the previous action for any of the next actions to progress.- Returns:
- boolean flag
-
setMandatoryGuard
public void setMandatoryGuard(boolean mandatoryGuard)
Set up if the guard must be returned from the previous action for any of the next actions to progress.- Parameters:
mandatoryGuard- boolean flag
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-