Class APILicense.DesktopLicense

java.lang.Object
com.testdroid.api.model.APILicense.FeatureLicense
com.testdroid.api.model.APILicense.DesktopLicense
Enclosing class:
APILicense

public static class APILicense.DesktopLicense extends APILicense.FeatureLicense
  • Constructor Details

    • DesktopLicense

      public DesktopLicense()
    • DesktopLicense

      public DesktopLicense(Integer deviceLimit, Integer projectLimit, boolean enabled)
  • Method Details

    • getDeviceLimit

      public Integer getDeviceLimit()
    • setDeviceLimit

      public void setDeviceLimit(Integer deviceLimit)
    • getProjectLimit

      public Integer getProjectLimit()
    • setProjectLimit

      public void setProjectLimit(Integer projectLimit)
    • isDeviceLimited

      public boolean isDeviceLimited()
    • isProjectLimited

      public boolean isProjectLimited()
    • generateSignContent

      public String generateSignContent()
      Specified by:
      generateSignContent in class APILicense.FeatureLicense