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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.org.odpi.openmetadata.frameworks.surveyaction.properties.AnnotationStatusReturns the stored qualified name property for the metadata entity.inthashCode()Return hash code for this objectvoidsetAnnotationStatus(org.odpi.openmetadata.frameworks.surveyaction.properties.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
public void setAnnotationStatus(org.odpi.openmetadata.frameworks.surveyaction.properties.AnnotationStatus annotationStatus) Set up the fully qualified name.- Parameters:
annotationStatus- String name
-
getAnnotationStatus
public org.odpi.openmetadata.frameworks.surveyaction.properties.AnnotationStatus 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
-