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 TypeMethodDescriptionbooleanGet the status of the stored ServerGet the type of the stored ServerGet the storedServer descriptionGet 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 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()
-