public class DiscoveryRequestRequestBody extends ODFOMASAPIRequestBody
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
analysisParameters |
protected List<String> |
annotationTypes |
| Constructor and Description |
|---|
DiscoveryRequestRequestBody()
Default constructor
|
DiscoveryRequestRequestBody(DiscoveryRequestRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
Map<String,String> |
getAnalysisParameters()
Return the parameters used to drive the discovery service's analysis.
|
List<String> |
getAnnotationTypes()
Return the list of annotation types.
|
int |
hashCode()
Return hash code for this object
|
void |
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.
|
String |
toString()
JSON-style toString.
|
public DiscoveryRequestRequestBody()
public DiscoveryRequestRequestBody(DiscoveryRequestRequestBody template)
template - object to copypublic Map<String,String> getAnalysisParameters()
public void setAnalysisParameters(Map<String,String> analysisParameters)
analysisParameters - map storing the analysis parameterspublic List<String> getAnnotationTypes()
public void setAnnotationTypes(List<String> annotationTypes)
annotationTypes - list of typespublic String toString()
toString in class ODFOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.