Class DiscoveryAnalysisReport
java.lang.Object
org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
- All Implemented Interfaces:
Serializable
DiscoveryAnalysisReport describes the properties for a discovery analysis report.
- See Also:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
CURRENT_AUDIT_HEADER_VERSION
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return a copy of the additional properties.Return the parameters used to drive the discovery service's analysis.Return the locally defined analysis step.Return the unique identifier of the asset that was analyzed.Return the creation date for the report.Return the discovery analysis report description.Return the unique identifier of the discovery engine that ran the discovery service.Return the status of the discovery process.Return the unique identifier of the discovery service.Return the display name of the discovery analysis report.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.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
getElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeName
-
Constructor Details
-
DiscoveryAnalysisReport
public DiscoveryAnalysisReport()Default constructor -
DiscoveryAnalysisReport
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
setQualifiedName
Set up the fully qualified name.- Parameters:
qualifiedName
- String name
-
getQualifiedName
Returns the stored qualified name property for the metadata entity. If no qualified name is available then the empty string is returned.- Returns:
- qualifiedName
-
setAdditionalProperties
Set up additional properties.- Parameters:
additionalProperties
- Additional properties object
-
getAdditionalProperties
Return a copy of the additional properties. Null means no additional properties are available.- Returns:
- AdditionalProperties
-
getDisplayName
Return the display name of the discovery analysis report.- Returns:
- String report name
-
setDisplayName
Set up the display name of the discovery analysis report.- Parameters:
reportName
- String report name
-
getDescription
Return the discovery analysis report description.- Returns:
- String report description
-
setDescription
Set up the discovery analysis report description.- Parameters:
reportDescription
- String report description
-
getCreationDate
Return the creation date for the report. If this date is not known then null is returned.- Returns:
- Date that the report was created.
-
setCreationDate
Set up the creation date for the report. If this date is not known then null is returned.- Parameters:
creationDate
- Date that the report was created.
-
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
-
getDiscoveryRequestStatus
Return the status of the discovery process.- Returns:
- status enum
-
setDiscoveryRequestStatus
Set up the status of the discovery process.- Parameters:
discoveryRequestStatus
- status enum
-
getAssetGUID
Return the unique identifier of the asset that was analyzed.- Returns:
- unique identifier (guid)
-
setAssetGUID
Set up the unique identifier of the asset that was analyzed.- Parameters:
assetGUID
- unique identifier (guid)
-
getDiscoveryEngineGUID
Return the unique identifier of the discovery engine that ran the discovery service.- Returns:
- unique identifier (guid)
-
setDiscoveryEngineGUID
Set up the unique identifier of the discovery engine that ran the discovery service.- Parameters:
discoveryEngineGUID
- unique identifier (guid)
-
getDiscoveryServiceGUID
Return the unique identifier of the discovery service.- Returns:
- unique identifier (guid)
-
setDiscoveryServiceGUID
Set up the unique identifier of the discovery service.- Parameters:
discoveryServiceGUID
- unique identifier (guid)
-
getAnalysisStep
Return the locally defined analysis step. This value is used in annotations generated in this phase.- Returns:
- name of analysis step
-
setAnalysisStep
Set up the name of the current analysis step.- Parameters:
analysisStep
- name
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-