public class SoftwareServerCapability extends Object implements Serializable
| Constructor and Description |
|---|
SoftwareServerCapability() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription()
Gets description.
|
String |
getEngineType()
Gets engine type.
|
String |
getEngineVersion()
Gets engine version.
|
String |
getName()
Gets display name.
|
String |
getPatchLevel()
Gets patch level.
|
String |
getQualifiedName()
Gets qualified name.
|
String |
getSource()
Gets source.
|
int |
hashCode() |
void |
setDescription(String description)
Sets description.
|
void |
setEngineType(String engineType)
Sets engine type.
|
void |
setEngineVersion(String engineVersion)
Sets engine version.
|
void |
setName(String name)
Sets display name.
|
void |
setPatchLevel(String patchLevel)
Sets patch level.
|
void |
setQualifiedName(String qualifiedName)
Sets qualified name.
|
void |
setSource(String source)
Sets source.
|
String |
toString() |
protected boolean canEqual(Object other)
public String getQualifiedName()
public String getName()
public String getDescription()
public String getEngineType()
public String getEngineVersion()
public String getPatchLevel()
public String getSource()
public void setQualifiedName(String qualifiedName)
qualifiedName - the qualified namepublic void setName(String name)
name - the display namepublic void setDescription(String description)
description - the descriptionpublic void setEngineType(String engineType)
engineType - the engine typepublic void setEngineVersion(String engineVersion)
engineVersion - the engine versionpublic void setPatchLevel(String patchLevel)
patchLevel - the patch levelpublic void setSource(String source)
source - the sourceCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.