Class Platform
java.lang.Object
org.odpi.openmetadata.viewservices.serverauthor.api.properties.Platform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addStoredServer
(StoredServer storedServer) Add a stored server to the platformboolean
Get the access services that this platform supports.Get the engine services that this platform supports.Get the integration services that this platform supports.Get the platform descriptionGet the platform namereturn the status of the platformSet the stored servers on this platformGet the view services that this platform supports.int
hashCode()
void
setAccessServices
(List<RegisteredOMAGService> accessServices) Set the access services that this platform supports.void
setEngineServices
(List<RegisteredOMAGService> engineServices) Set the engine services that this platform supports.void
setIntegrationServices
(List<RegisteredOMAGService> integrationServices) Set the integration services that this platform supports.void
setPlatformDescription
(String platformDescription) Set the description for the platformvoid
setPlatformName
(String platformName) Set a meaningful name for the platformvoid
setPlatformStatus
(PlatformStatus platformStatus) Set the platform statusvoid
setStoredServers
(Set<StoredServer> storedServers) Get the stored servers on this platformvoid
setViewServices
(List<RegisteredOMAGService> viewServices) Set the view services that this platform supports.toString()
toString builder
-
Constructor Details
-
Platform
public Platform()Default Constructor sets the properties to nulls -
Platform
Constructor- Parameters:
platformName
- platform nameplatformDescription
- platform description
-
-
Method Details
-
getPlatformName
Get the platform name- Returns:
- platform name
-
setPlatformName
Set a meaningful name for the platform- Parameters:
platformName
- set platform name
-
getPlatformDescription
Get the platform description- Returns:
- platform description
-
setPlatformDescription
Set the description for the platform- Parameters:
platformDescription
- set platform description
-
getStoredServers
Set the stored servers on this platform- Returns:
- the stored servers on this platform
-
setStoredServers
Get the stored servers on this platform- Parameters:
storedServers
- servers
-
getAccessServices
Get the access services that this platform supports.- Returns:
- access services supported by this platform
-
setAccessServices
Set the access services that this platform supports.- Parameters:
accessServices
- the access services that this platform supports.
-
getEngineServices
Get the engine services that this platform supports.- Returns:
- engine services supported by this platform
-
setEngineServices
Set the engine services that this platform supports.- Parameters:
engineServices
- engine services that this platform supports.
-
getIntegrationServices
Get the integration services that this platform supports.- Returns:
- integration services supported by this platform
-
setIntegrationServices
Set the integration services that this platform supports.- Parameters:
integrationServices
- integration services that this platform supports.
-
getViewServices
Get the view services that this platform supports.- Returns:
- view services supported by this platform
-
setViewServices
Set the view services that this platform supports.- Parameters:
viewServices
- the view services that this platform supports.
-
addStoredServer
Add a stored server to the platform- Parameters:
storedServer
- stored server to add
-
getPlatformStatus
return the status of the platform- Returns:
- the returned platform status
-
setPlatformStatus
Set the platform status- Parameters:
platformStatus
- platform status to set
-
toString
-
toString
toString builder- Parameters:
sb
- StringBuffer to build details in- Returns:
- updated StringBuffer
-
equals
-
hashCode
public int hashCode()
-