Class DiscoveryRequestRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.discoveryengine.rest.ODFOMASAPIRequestBody
org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryRequestRequestBody
- All Implemented Interfaces:
Serializable
CommentRequestBody provides a structure for passing a comment as a request body over a REST API.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return the parameters used to drive the discovery service's analysis.Return the list of annotation types.int
hashCode()
Return hash code for this objectvoid
setAnalysisParameters
(Map<String, String> analysisParameters) Set up the parameters used to drive the discovery service's analysis.void
setAnnotationTypes
(List<String> annotationTypes) Set up the status of the discovery process.toString()
JSON-style toString.
-
Field Details
-
analysisParameters
-
annotationTypes
-
-
Constructor Details
-
DiscoveryRequestRequestBody
public DiscoveryRequestRequestBody()Default constructor -
DiscoveryRequestRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getAnalysisParameters
Return the parameters used to drive the discovery service's analysis.- Returns:
- map storing the analysis parameters
-
setAnalysisParameters
Set up the parameters used to drive the discovery service's analysis.- Parameters:
analysisParameters
- map storing the analysis parameters
-
getAnnotationTypes
Return the list of annotation types.- Returns:
- list of type names
-
setAnnotationTypes
Set up the status of the discovery process.- Parameters:
annotationTypes
- list of types
-
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
-