Class StatusRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
org.odpi.openmetadata.accessservices.assetowner.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 TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.org.odpi.openmetadata.frameworks.discovery.properties.AnnotationStatusReturns the stored qualified name property for the metadata entity.inthashCode()Return hash code for this objectvoidsetAnnotationStatus(org.odpi.openmetadata.frameworks.discovery.properties.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
public void setAnnotationStatus(org.odpi.openmetadata.frameworks.discovery.properties.AnnotationStatus annotationStatus) Set up the fully qualified name.- Parameters:
annotationStatus- String name
-
getAnnotationStatus
public org.odpi.openmetadata.frameworks.discovery.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.- Overrides:
toStringin classAssetOwnerOMASAPIRequestBody- 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
-