Class APICloudInfo

java.lang.Object
com.testdroid.api.APIEntity
com.testdroid.api.model.APICloudInfo

public class APICloudInfo extends APIEntity
Author:
MichaƂ Szpruta <[email protected]>
  • Constructor Details

    • APICloudInfo

      public APICloudInfo()
    • APICloudInfo

      public APICloudInfo(String version, String frontendUrl, String cloudUrl, boolean licenseInstalled)
  • Method Details

    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getFrontendUrl

      public String getFrontendUrl()
    • setFrontendUrl

      public void setFrontendUrl(String frontendUrl)
    • getCloudUrl

      public String getCloudUrl()
    • setCloudUrl

      public void setCloudUrl(String cloudUrl)
    • isLicenseInstalled

      public boolean isLicenseInstalled()
    • setLicenseInstalled

      public void setLicenseInstalled(boolean licenseInstalled)
    • clone

      protected <T extends APIEntity> void clone(T from)
      Specified by:
      clone in class APIEntity