Class AnalysisStepType
java.lang.Object
org.odpi.openmetadata.frameworks.surveyaction.controls.AnalysisStepType
AnalysisStepType describes an analysis step of a survey action service it is part of the metadata to help
tools understand the operations of a service.
-
Constructor Summary
ConstructorDescriptionDefault constructorAnalysisStepType
(AnalysisStepType template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the description of the analysis step.getName()
Return the string to use as the name of the analysis step.Return a map of property name to property value to provide additional information for this governance service.int
hashCode()
Return hash code for this objectvoid
setDescription
(String description) Set up the description of the analysis step.void
Set up the string to use as the name of the analysis step.void
setOtherPropertyValues
(Map<String, String> otherPropertyValues) Set up a map of property name to property value to provide additional information for this governance service..toString()
JSON-style toString
-
Constructor Details
-
AnalysisStepType
public AnalysisStepType()Default constructor -
AnalysisStepType
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getName
Return the string to use as the name of the analysis step.- Returns:
- string name
-
setName
Set up the string to use as the name of the analysis step.- Parameters:
name
- string name
-
getDescription
Return the description of the analysis step.- Returns:
- string
-
setDescription
Set up the description of the analysis step.- Parameters:
description
- string
-
getOtherPropertyValues
Return a map of property name to property value to provide additional information for this governance service.- Returns:
- map of string to string
-
setOtherPropertyValues
Set up a map of property name to property value to provide additional information for this governance service..- Parameters:
otherPropertyValues
- map of string to string
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-