Class ServerServicesStatus
java.lang.Object
org.odpi.openmetadata.adminservices.properties.ServerServicesStatus
Deprecated.
ServerServicesStatus documents the status of a server and the services within it.
-
Constructor Summary
ConstructorDescriptionDeprecated.Default constructor for JacksonServerServicesStatus
(ServerServicesStatus template) Deprecated.Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Return comparison result based on the content of the properties.Deprecated.Return the current status of the server.Deprecated.Return the server nameDeprecated.Return the type of server that is hosting these services.Deprecated.Return the services and their status.int
hashCode()
Deprecated.Return hash code for this objectvoid
setServerActiveStatus
(ServerActiveStatus serverActiveStatus) Deprecated.Set up the current status of the server.void
setServerName
(String serverName) Deprecated.Set the name of the servervoid
setServerType
(String serverType) Deprecated.Set up the type of server that is hosting these services.void
setServices
(List<OMAGServerServiceStatus> services) Deprecated.Set up the services and their status.toString()
Deprecated.JSON like toString method
-
Constructor Details
-
ServerServicesStatus
public ServerServicesStatus()Deprecated.Default constructor for Jackson -
ServerServicesStatus
Deprecated.Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getServerName
Deprecated.Return the server name- Returns:
- String
-
setServerName
Deprecated.Set the name of the server- Parameters:
serverName
- the name of the server
-
getServerType
Deprecated.Return the type of server that is hosting these services.- Returns:
- string name
-
setServerType
Deprecated.Set up the type of server that is hosting these services.- Parameters:
serverType
- string name
-
setServerActiveStatus
Deprecated.Set up the current status of the server.- Parameters:
serverActiveStatus
- new status
-
getServerActiveStatus
Deprecated.Return the current status of the server.- Returns:
- server instance status enum
-
getServices
Deprecated.Return the services and their status.- Returns:
- services list
-
setServices
Deprecated.Set up the services and their status.- Parameters:
services
- services list
-
toString
Deprecated.JSON like toString method -
equals
Deprecated.Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Deprecated.Return hash code for this object
-