Class SoftwareServerCapability
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.model.SoftwareServerCapability
-
- All Implemented Interfaces:
Serializable
public class SoftwareServerCapability extends Object implements Serializable
The type Software server capability.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SoftwareServerCapability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,String>getAdditionalProperties()Gets the additional propertiesStringgetDescription()Gets description.StringgetEngineType()Gets engine type.StringgetEngineVersion()Gets engine version.StringgetName()Gets display name.StringgetPatchLevel()Gets patch level.StringgetQualifiedName()Gets qualified name.StringgetSource()Gets source.inthashCode()voidsetAdditionalProperties(Map<String,String> additionalProperties)Sets the additional properties.voidsetDescription(String description)Sets description.voidsetEngineType(String engineType)Sets engine type.voidsetEngineVersion(String engineVersion)Sets engine version.voidsetName(String name)Sets display name.voidsetPatchLevel(String patchLevel)Sets patch level.voidsetQualifiedName(String qualifiedName)Sets qualified name.voidsetSource(String source)Sets source.StringtoString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
getQualifiedName
public String getQualifiedName()
Gets qualified name.- Returns:
- the qualified name
-
getName
public String getName()
Gets display name.- Returns:
- the display name
-
getDescription
public String getDescription()
Gets description.- Returns:
- the description
-
getEngineType
public String getEngineType()
Gets engine type.- Returns:
- the engine type
-
getEngineVersion
public String getEngineVersion()
Gets engine version.- Returns:
- the engine version
-
getPatchLevel
public String getPatchLevel()
Gets patch level.- Returns:
- the patch level
-
getSource
public String getSource()
Gets source.- Returns:
- the source
-
getAdditionalProperties
public Map<String,String> getAdditionalProperties()
Gets the additional properties- Returns:
- the additional properties
-
setQualifiedName
public void setQualifiedName(String qualifiedName)
Sets qualified name.- Parameters:
qualifiedName- the qualified name
-
setName
public void setName(String name)
Sets display name.- Parameters:
name- the display name
-
setDescription
public void setDescription(String description)
Sets description.- Parameters:
description- the description
-
setEngineType
public void setEngineType(String engineType)
Sets engine type.- Parameters:
engineType- the engine type
-
setEngineVersion
public void setEngineVersion(String engineVersion)
Sets engine version.- Parameters:
engineVersion- the engine version
-
setPatchLevel
public void setPatchLevel(String patchLevel)
Sets patch level.- Parameters:
patchLevel- the patch level
-
setSource
public void setSource(String source)
Sets source.- Parameters:
source- the source
-
-