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:
  • Constructor Details

  • Method Details

    • getServerName

      public String getServerName()
    • getBaseUrl

      public String getBaseUrl()
    • getPageSize

      public String getPageSize()