Class NextGovernanceActionTypeRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.rest.NextGovernanceActionTypeRequestBody
- All Implemented Interfaces:
Serializable
NextGovernanceActionTypeRequestBody contains the properties for a next action type relationship.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault 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
-
NextGovernanceActionTypeRequestBody
public NextGovernanceActionTypeRequestBody()Default constructor -
NextGovernanceActionTypeRequestBody
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
-