Class AppsRestService.App

  • Enclosing class:
    AppsRestService

    public static class AppsRestService.App
    extends Object
    Describes an application entity from the application registry service of the portal. This class is needed as a model for converter of the rest service.
    • Constructor Detail

      • App

        public App()
    • Method Detail

      • setAppId

        public void setAppId​(String appId)
        sets appId
        Parameters:
        appId - application id
      • getAppId

        public String getAppId()
        gets appId
        Returns:
        appId application id
      • setAppName

        public void setAppName​(String appName)
        sets application name
        Parameters:
        appName - application name
      • getAppName

        public String getAppName()
        gets application name
        Returns:
        application name