Class NextGovernanceActionProcessStepRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.NextGovernanceActionProcessStepRequestBody
NextGovernanceActionProcessStepRequestBody contains the properties for a next action type relationship.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.getGuard()
Return the triggering guard (or null for any guard).boolean
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 objectvoid
Set up the triggering guard (or null for any guard).void
setMandatoryGuard
(boolean mandatoryGuard) Set up if the guard must be returned from the previous action for any of the next actions to progress.toString()
JSON-style toString
-
Constructor Details
-
NextGovernanceActionProcessStepRequestBody
public NextGovernanceActionProcessStepRequestBody()Default constructor -
NextGovernanceActionProcessStepRequestBody
public NextGovernanceActionProcessStepRequestBody(NextGovernanceActionProcessStepRequestBody template) Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getGuard
Return the triggering guard (or null for any guard).- Returns:
- string name
-
setGuard
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
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-