Class LicenseInfo

java.lang.Object
com.denodo.scheduler.client.server.LicenseInfo
All Implemented Interfaces:
Serializable

public class LicenseInfo extends Object implements Serializable
Encapsulates information about the License of the installation where the Scheduler server runs, such as if it supports the feature "Platform Plus".
Since:
8.0
See Also:
  • Method Details

    • getSubscriptionBundleType

      public String getSubscriptionBundleType()
    • getLicensee

      public String getLicensee()
    • isManagedServiceMode

      public boolean isManagedServiceMode()
    • toString

      public String toString()
      Overrides:
      toString in class Object