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:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals 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.inthashCode()Return hash code for this objectvoidsetAnalysisParameters(Map<String, String> analysisParameters) Set up the parameters used to drive the discovery service's analysis.voidsetAnnotationTypes(List<String> annotationTypes) Set up the status of the discovery process.toString()JSON-style toString.
-
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:
toStringin 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
-