Class Engine
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Engine
- All Implemented Interfaces:
Serializable
The type Engine.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Gets the additional propertiesGets description.Gets engine type.Gets engine version.getName()
Gets display name.Gets patch level.Gets qualified name.Gets source.int
hashCode()
void
setAdditionalProperties
(Map<String, String> additionalProperties) Sets the additional properties.void
setDescription
(String description) Sets description.void
setEngineType
(String engineType) Sets engine type.void
setEngineVersion
(String engineVersion) Sets engine version.void
Sets display name.void
setPatchLevel
(String patchLevel) Sets patch level.void
setQualifiedName
(String qualifiedName) Sets qualified name.void
Sets source.toString()
-
Constructor Details
-
Engine
public Engine()
-
-
Method Details
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
getQualifiedName
Gets qualified name.- Returns:
- the qualified name
-
getName
Gets display name.- Returns:
- the display name
-
getDescription
Gets description.- Returns:
- the description
-
getEngineType
Gets engine type.- Returns:
- the engine type
-
getEngineVersion
Gets engine version.- Returns:
- the engine version
-
getPatchLevel
Gets patch level.- Returns:
- the patch level
-
getSource
Gets source.- Returns:
- the source
-
getAdditionalProperties
Gets the additional properties- Returns:
- the additional properties
-
setQualifiedName
Sets qualified name.- Parameters:
qualifiedName
- the qualified name
-
setName
Sets display name.- Parameters:
name
- the display name
-
setDescription
Sets description.- Parameters:
description
- the description
-
setEngineType
Sets engine type.- Parameters:
engineType
- the engine type
-
setEngineVersion
Sets engine version.- Parameters:
engineVersion
- the engine version
-
setPatchLevel
Sets patch level.- Parameters:
patchLevel
- the patch level
-
setSource
Sets source.- Parameters:
source
- the source
-
setAdditionalProperties
Sets the additional properties.- Parameters:
additionalProperties
- the additional properties
-