Class AnnotationStatusRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.AnnotationStatusRequestBody
AnnotationStatusRequestBody provides a structure for passing the annotation status of an Annotation. This value is used to
restrict the values that are returned.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/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
-
AnnotationStatusRequestBody
public AnnotationStatusRequestBody()Default constructor -
AnnotationStatusRequestBody
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. -
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-