Class StatusRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.rest.StatusRequestBody
Deprecated.
StatusRequestBody provides a structure for passing a new GovernanceActionStatus.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructorStatusRequestBody(StatusRequestBody template) Deprecated.Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Equals method that returns true if containing properties are the same.org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatusDeprecated.Return the status of the governance service.inthashCode()Deprecated.Return hash code for this objectvoidsetStatus(org.odpi.openmetadata.frameworks.governanceaction.properties.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
public org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus getStatus()Deprecated.Return the status of the governance service.- Returns:
- status enum
-
setStatus
public void setStatus(org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus status) 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
-