Class StatusRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.rest.StatusRequestBody
Deprecated.
StatusRequestBody provides a structure for passing a new GovernanceActionStatus.
-
Constructor Summary
ConstructorDescriptionDeprecated.Default constructorStatusRequestBody
(StatusRequestBody template) Deprecated.Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Equals method that returns true if containing properties are the same.Deprecated.Return the status of the governance service.int
hashCode()
Deprecated.Return hash code for this objectvoid
setStatus
(GovernanceActionStatus status) Deprecated.Set up the status of the governance service.toString()
Deprecated.JSON-style toString.
-
Constructor Details
-
StatusRequestBody
public StatusRequestBody()Deprecated.Default constructor -
StatusRequestBody
Deprecated.Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getStatus
Deprecated.Return the status of the governance service.- Returns:
- status enum
-
setStatus
Deprecated.Set up the status of the governance service.- Parameters:
status
- status enum
-
toString
Deprecated.JSON-style toString. -
equals
Deprecated.Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Deprecated.Return hash code for this object
-