Class StatusRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.StatusRequestBody
StatusRequestBody provides a structure for passing a new ActivityStatus.
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructorStatusRequestBody(StatusRequestBody template) Copy/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- 
StatusRequestBodypublic StatusRequestBody()Default constructor
- 
StatusRequestBodyCopy/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
 
-