Class StoredServer
java.lang.Object
org.odpi.openmetadata.viewservices.serverauthor.api.properties.StoredServer
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor sets the properties to nullsStoredServer
(String storedServerName, String storedServerDescription, String serverType) Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the status of the stored ServerGet the type of the stored ServerGet the storedServer descriptionGet the storedServer nameint
hashCode()
void
setServerStatus
(String serverStatus) Set the status for the storedServervoid
setServerType
(String serverType) Set the type for the storedServervoid
setStoredServerDescription
(String storedServerDescription) Set the description for the storedServervoid
setStoredServerName
(String storedServerName) Set a meaningful name for the storedServertoString()
toString builder
-
Constructor Details
-
StoredServer
public StoredServer()Default Constructor sets the properties to nulls -
StoredServer
Constructor- Parameters:
storedServerName
- storedServer namestoredServerDescription
- storedServer descriptionserverType
- meaningful name of the type of the server
-
-
Method Details
-
getStoredServerName
Get the storedServer name- Returns:
- storedServer name
-
setStoredServerName
Set a meaningful name for the storedServer- Parameters:
storedServerName
- set storedServer name
-
getStoredServerDescription
Get the storedServer description- Returns:
- storedServer description
-
setStoredServerDescription
Set the description for the storedServer- Parameters:
storedServerDescription
- set storedServer description
-
getServerType
Get the type of the stored Server- Returns:
- server type
-
setServerType
Set the type for the storedServer- Parameters:
serverType
- set storedServer type
-
setServerStatus
Set the status for the storedServer- Parameters:
serverStatus
- set storedServer status
-
getServerStatus
Get the status of the stored Server- Returns:
- server status
-
toString
-
toString
toString builder- Parameters:
sb
- StringBuffer to build details in- Returns:
- updated StringBuffer
-
equals
-
hashCode
public int hashCode()
-