public class DiscoveryAnalysisReport extends Referenceable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
analysisParameters |
protected String |
assetGUID |
protected Date |
creationDate |
protected String |
description |
protected String |
discoveryEngineGUID |
protected DiscoveryRequestStatus |
discoveryRequestStatus |
protected String |
discoveryServiceGUID |
protected String |
displayName |
additionalProperties, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
DiscoveryAnalysisReport()
Default constructor
|
DiscoveryAnalysisReport(DiscoveryAnalysisReport template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
Map<String,String> |
getAnalysisParameters()
Return the parameters used to drive the discovery service's analysis.
|
String |
getAssetGUID()
Return the unique identifier of the asset that was analyzed.
|
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()
Create a hash code for this element type.
|
void |
setAnalysisParameters(Map<String,String> analysisParameters)
Set up the parameters used to drive the discovery service's analysis.
|
void |
setAssetGUID(String assetGUID)
Set up the unique identifier of the asset that was analyzed.
|
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()
Standard toString method.
|
getAdditionalProperties, getMeanings, getQualifiedName, setAdditionalProperties, setMeanings, setQualifiedNamegetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLprotected String displayName
protected String description
protected Date creationDate
protected DiscoveryRequestStatus discoveryRequestStatus
protected String assetGUID
protected String discoveryEngineGUID
protected String discoveryServiceGUID
public DiscoveryAnalysisReport()
public DiscoveryAnalysisReport(DiscoveryAnalysisReport 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 getAssetGUID()
public void setAssetGUID(String assetGUID)
assetGUID - unique identifier (guid)public 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 Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceableCopyright © 2018–2020 ODPi. All rights reserved.