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)StringgetServerStatus()Get the status of the stored ServerStringgetServerType()Get the type of the stored ServerStringgetStoredServerDescription()Get the storedServer descriptionStringgetStoredServerName()Get the storedServer nameinthashCode()voidsetServerStatus(String serverStatus)Set the status for the storedServervoidsetServerType(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)toString builder
-
-
-
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
-
setServerStatus
public void setServerStatus(String serverStatus)
Set the status for the storedServer- Parameters:
serverStatus- set storedServer status
-
getServerStatus
public String getServerStatus()
Get the status of the stored Server- Returns:
- server status
-
toString
public StringBuilder toString(StringBuilder sb)
toString builder- Parameters:
sb- StringBuffer to build details in- Returns:
- updated StringBuffer
-
-