Class StatusRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.discoveryengine.rest.ODFOMASAPIRequestBody
org.odpi.openmetadata.accessservices.discoveryengine.rest.StatusRequestBody
- All Implemented Interfaces:
Serializable
StatusRequestBody provides a structure for passing the annotation status of an Annotation. This value is used to
restrict the values that are returned.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorStatusRequestBody
(StatusRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Returns the stored qualified name property for the metadata entity.int
hashCode()
Return hash code for this objectvoid
setAnnotationStatus
(AnnotationStatus annotationStatus) Set up the fully qualified name.toString()
JSON-style toString.
-
Constructor Details
-
StatusRequestBody
public StatusRequestBody()Default constructor -
StatusRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
setAnnotationStatus
Set up the fully qualified name.- Parameters:
annotationStatus
- String name
-
getAnnotationStatus
Returns the stored qualified name property for the metadata entity. If no qualified name is available then the empty string is returned.- Returns:
- annotationStatus
-
toString
JSON-style toString.- Overrides:
toString
in classODFOMASAPIRequestBody
- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-