Class SurveyReport
java.lang.Object
org.odpi.openmetadata.frameworks.surveyaction.properties.PropertyBase
org.odpi.openmetadata.frameworks.surveyaction.properties.SurveyReport
SurveyReport describes the properties for a survey report.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.surveyaction.properties.PropertyBase
CURRENT_AUDIT_HEADER_VERSION
-
Constructor Summary
ConstructorDescriptionDefault constructorSurveyReport
(SurveyReport template) Copy/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 completion date for the report.Return the completion message - it may be null which means it completed ok.Return the survey report description.Return the display name of the survey report.Return the unique identifier for the engine action associated with this report.Return the purpose of the survey.Returns the stored qualified name property for the metadata entity.Return the creation date for the report.getUser()
Return the user that ran the survey action service.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
setCompletionDate
(Date date) Set up the completion date for the report.void
setCompletionMessage
(String message) Set up the completion message - it may be null which means it completed ok.void
setDescription
(String reportDescription) Set up the survey report description.void
setDisplayName
(String reportName) Set up the display name of the survey report.void
setEngineActionGUID
(String engineActionGUID) Set up the unique identifier for the engine action associated with this report.void
setPurpose
(String purpose) Set up the creation date for the report.void
setQualifiedName
(String qualifiedName) Set up the fully qualified name.void
setStartDate
(Date date) Set up the creation date for the report.void
Set up the user that ran the survey action service.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.surveyaction.properties.PropertyBase
getElementHeader, getExtendedProperties, getHeaderVersion, getOpenMetadataTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setOpenMetadataTypeName
-
Constructor Details
-
SurveyReport
public SurveyReport()Default constructor -
SurveyReport
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 survey report.- Returns:
- String report name
-
setDisplayName
Set up the display name of the survey report.- Parameters:
reportName
- String report name
-
getDescription
Return the survey report description.- Returns:
- String report description
-
setDescription
Set up the survey report description.- Parameters:
reportDescription
- String report description
-
getPurpose
Return the purpose of the survey.- Returns:
- Date that the report was created.
-
setPurpose
Set up the creation date for the report. If this date is not known then null is returned.- Parameters:
purpose
- Date that the report was created.
-
getUser
Return the user that ran the survey action service.- Returns:
- user
-
setUser
Set up the user that ran the survey action service.- Parameters:
user
- userId
-
getStartDate
Return the creation date for the report. If this date is not known then null is returned.- Returns:
- Date that the report was created.
-
setStartDate
Set up the creation date for the report. If this date is not known then null is returned.- Parameters:
date
- Date that the report was created.
-
getCompletionDate
Return the completion date for the report. If this date is not known then null is returned.- Returns:
- Date that the report was completed.
-
setCompletionDate
Set up the completion date for the report. If this date is not known then null is returned.- Parameters:
date
- Date that the report was completed.
-
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
-
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)
-
getCompletionMessage
Return the completion message - it may be null which means it completed ok.- Returns:
- string text
-
setCompletionMessage
Set up the completion message - it may be null which means it completed ok.- Parameters:
message
- text of completion message
-
getEngineActionGUID
Return the unique identifier for the engine action associated with this report.- Returns:
- guid
-
setEngineActionGUID
Set up the unique identifier for the engine action associated with this report.- Parameters:
engineActionGUID
- 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.
-