Class EngineActionStatusRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionStatusRequestBody
EngineActionStatusRequestBody provides a structure for passing a new ActivityStatus.
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructorCopy/clone constructor
- 
Method SummaryModifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.Return the status of the governance service.inthashCode()Return hash code for this objectvoidsetStatus(ActivityStatus status) Set up the status of the governance service.toString()JSON-style toString.
- 
Constructor Details- 
EngineActionStatusRequestBodypublic EngineActionStatusRequestBody()Default constructor
- 
EngineActionStatusRequestBodyCopy/clone constructor- Parameters:
- template- object to copy
 
 
- 
- 
Method Details- 
getStatusReturn the status of the governance service.- Returns:
- status enum
 
- 
setStatusSet up the status of the governance service.- Parameters:
- status- status enum
 
- 
toStringJSON-style toString.
- 
equalsEquals method that returns true if containing properties are the same.
- 
hashCodepublic int hashCode()Return hash code for this object
 
-