Class StatusRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.StatusRequestBody
StatusRequestBody provides a structure for passing a new EngineActionStatus.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorStatusRequestBody(StatusRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.org.odpi.openmetadata.frameworks.openmetadata.enums.EngineActionStatusReturn the status of the governance service.inthashCode()Return hash code for this objectvoidsetStatus(org.odpi.openmetadata.frameworks.openmetadata.enums.EngineActionStatus status) Set up the status of the governance service.toString()JSON-style toString.
-
Constructor Details
-
StatusRequestBody
public StatusRequestBody()Default constructor -
StatusRequestBody
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getStatus
public org.odpi.openmetadata.frameworks.openmetadata.enums.EngineActionStatus getStatus()Return the status of the governance service.- Returns:
- status enum
-
setStatus
public void setStatus(org.odpi.openmetadata.frameworks.openmetadata.enums.EngineActionStatus status) Set up the status of the governance service.- Parameters:
status- status enum
-
toString
JSON-style toString. -
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-