public class DiscoveryAnalysisReport extends PropertyBase
CURRENT_AUDIT_HEADER_VERSION| 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> |
getAdditionalProperties()
Return a copy of the additional properties.
|
Map<String,String> |
getAnalysisParameters()
Return the parameters used to drive the discovery service's analysis.
|
String |
getAnalysisStep()
Return the locally defined analysis step.
|
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.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setAnalysisParameters(Map<String,String> analysisParameters)
Set up the parameters used to drive the discovery service's analysis.
|
void |
setAnalysisStep(String analysisStep)
Set up the name of the current analysis step.
|
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.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
String |
toString()
Standard toString method.
|
getElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeNamepublic DiscoveryAnalysisReport()
public DiscoveryAnalysisReport(DiscoveryAnalysisReport template)
template - object to copypublic void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getQualifiedName()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,String> getAdditionalProperties()
public 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 getAnalysisStep()
public void setAnalysisStep(String analysisStep)
analysisStep - namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.