public class DiscoveryAnalysisReportRequestBody extends ReferenceableRequestBody
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
analysisParameters |
protected Date |
creationDate |
protected String |
description |
protected String |
discoveryEngineGUID |
protected DiscoveryRequestStatus |
discoveryRequestStatus |
protected String |
discoveryServiceGUID |
protected String |
displayName |
additionalProperties, classifications, extendedProperties, meanings, qualifiedName, typeName| Constructor and Description |
|---|
DiscoveryAnalysisReportRequestBody()
Default constructor
|
DiscoveryAnalysisReportRequestBody(DiscoveryAnalysisReportRequestBody 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.
|
Date |
getCreationDate()
Return the creation date for the report.
|
String |
getDescription()
Return the discovery analysis report description.
|
String |
getDiscoveryEngineGUID()
Return the unique identifier of the discovery engine that ran the discovery service.
|
DiscoveryRequestStatus |
getDiscoveryRequestStatus()
Return the status of the discovery process.
|
String |
getDiscoveryServiceGUID()
Return the unique identifier of the discovery service.
|
String |
getDisplayName()
Return the display name of the discovery analysis report.
|
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 |
setCreationDate(Date creationDate)
Set up the creation date for the report.
|
void |
setDescription(String reportDescription)
Set up the discovery analysis report description.
|
void |
setDiscoveryEngineGUID(String discoveryEngineGUID)
Set up the unique identifier of the discovery engine that ran the discovery service.
|
void |
setDiscoveryRequestStatus(DiscoveryRequestStatus discoveryRequestStatus)
Set up the status of the discovery process.
|
void |
setDiscoveryServiceGUID(String discoveryServiceGUID)
Set up the unique identifier of the discovery service.
|
void |
setDisplayName(String reportName)
Set up the display name of the discovery analysis report.
|
String |
toString()
JSON-style toString.
|
getAdditionalProperties, getClassifications, getExtendedProperties, getMeanings, getQualifiedName, getTypeName, setAdditionalProperties, setClassifications, setExtendedProperties, setMeanings, setQualifiedName, setTypeNameprotected String displayName
protected String description
protected Date creationDate
protected DiscoveryRequestStatus discoveryRequestStatus
protected String discoveryEngineGUID
protected String discoveryServiceGUID
public DiscoveryAnalysisReportRequestBody()
public DiscoveryAnalysisReportRequestBody(DiscoveryAnalysisReportRequestBody template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String reportName)
reportName - String report namepublic String getDescription()
public void setDescription(String reportDescription)
reportDescription - String report descriptionpublic Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate - Date that the report was created.public Map<String,String> getAnalysisParameters()
public void setAnalysisParameters(Map<String,String> analysisParameters)
analysisParameters - map storing the analysis parameterspublic DiscoveryRequestStatus getDiscoveryRequestStatus()
public void setDiscoveryRequestStatus(DiscoveryRequestStatus discoveryRequestStatus)
discoveryRequestStatus - status enumpublic String getDiscoveryEngineGUID()
public void setDiscoveryEngineGUID(String discoveryEngineGUID)
discoveryEngineGUID - unique identifier (guid)public String getDiscoveryServiceGUID()
public void setDiscoveryServiceGUID(String discoveryServiceGUID)
discoveryServiceGUID - unique identifier (guid)public String toString()
toString in class ReferenceableRequestBodypublic boolean equals(Object objectToCompare)
equals in class ReferenceableRequestBodyobjectToCompare - object to comparepublic int hashCode()
hashCode in class ReferenceableRequestBodyCopyright © 2018–2019 ODPi. All rights reserved.