Class Platform
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.serverauthor.api.properties.Platform
-
public class Platform extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStoredServer(StoredServer storedServer)Add a stored server to the platformbooleanequals(Object o)StringgetPlatformDescription()Get the platform descriptionStringgetPlatformName()Get the platform namePlatformStatusgetPlatformStatus()return the status of the platformSet<StoredServer>getStoredServers()Set the stored servers on this platforminthashCode()voidsetPlatformDescription(String platformDescription)Set the description for the platformvoidsetPlatformName(String platformName)Set a meaningful name for the platformvoidsetPlatformStatus(PlatformStatus platformStatus)Set the platform statusvoidsetStoredServers(Set<StoredServer> storedServers)Get the stored servers on this platformStringtoString()StringBuildertoString(StringBuilder sb)
-
-
-
Method Detail
-
getPlatformName
public String getPlatformName()
Get the platform name- Returns:
- platform name
-
setPlatformName
public void setPlatformName(String platformName)
Set a meaningful name for the platform- Parameters:
platformName- set platform name
-
getPlatformDescription
public String getPlatformDescription()
Get the platform description- Returns:
- platform description
-
setPlatformDescription
public void setPlatformDescription(String platformDescription)
Set the description for the platform- Parameters:
platformDescription- set platform description
-
getStoredServers
public Set<StoredServer> getStoredServers()
Set the stored servers on this platform- Returns:
- the stored servers on this platform
-
setStoredServers
public void setStoredServers(Set<StoredServer> storedServers)
Get the stored servers on this platform- Parameters:
storedServers- servers
-
addStoredServer
public void addStoredServer(StoredServer storedServer)
Add a stored server to the platform- Parameters:
storedServer- stored server to add
-
getPlatformStatus
public PlatformStatus getPlatformStatus()
return the status of the platform- Returns:
- the returned platform status
-
setPlatformStatus
public void setPlatformStatus(PlatformStatus platformStatus)
Set the platform status- Parameters:
platformStatus- platform status to set
-
toString
public StringBuilder toString(StringBuilder sb)
-
-