Class UISettings
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.api.settings.UISettings
-
- All Implemented Interfaces:
Serializable
public class UISettings extends Object implements Serializable
Encapsulates server base url and the serverName form the configuration. The purpose is to be consumed in order to compute the url for registry repository view- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UISettings(String serverName, String baseUrl, String pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseUrl()StringgetPageSize()StringgetServerName()
-