Class StoredServer
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.serverauthor.api.properties.StoredServer
-
public class StoredServer extends Object
-
-
Constructor Summary
Constructors Constructor Description StoredServer()Default Constructor sets the properties to nullsStoredServer(String storedServerName, String storedServerDescription, String serverType)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetServerType()Get the type of the stored ServerStringgetStoredServerDescription()Get the storedServer descriptionStringgetStoredServerName()Get the storedServer nameinthashCode()voidsetServerType(String serverType)Set the type for the storedServervoidsetStoredServerDescription(String storedServerDescription)Set the description for the storedServervoidsetStoredServerName(String storedServerName)Set a meaningful name for the storedServerStringtoString()StringBuildertoString(StringBuilder sb)
-
-
-
Method Detail
-
getStoredServerName
public String getStoredServerName()
Get the storedServer name- Returns:
- storedServer name
-
setStoredServerName
public void setStoredServerName(String storedServerName)
Set a meaningful name for the storedServer- Parameters:
storedServerName- set storedServer name
-
getStoredServerDescription
public String getStoredServerDescription()
Get the storedServer description- Returns:
- storedServer description
-
setStoredServerDescription
public void setStoredServerDescription(String storedServerDescription)
Set the description for the storedServer- Parameters:
storedServerDescription- set storedServer description
-
getServerType
public String getServerType()
Get the type of the stored Server- Returns:
- server type
-
setServerType
public void setServerType(String serverType)
Set the type for the storedServer- Parameters:
serverType- set storedServer type
-
toString
public StringBuilder toString(StringBuilder sb)
-
-