Package com.cloudtestapi.test.models
Class CompatibilityTest
- java.lang.Object
-
- com.cloudtestapi.test.models.TestParam
-
- com.cloudtestapi.test.models.CompatibilityTest
-
public class CompatibilityTest extends TestParam
-
-
Field Summary
Fields Modifier and Type Field Description intmaxDeviceRunTime-
Fields inherited from class com.cloudtestapi.test.models.TestParam
accounts, appHashId, appId, callbackUrl, cloudId, cloudIds, deviceChooseType, deviceGroupName, deviceGroups, deviceNumber, devices, extraInfo, extraScripts, frameType, hasVideo, login, maxTestRunTime, minDeviceNumber, orderAccountType, preinstallApps, priority, project, resign, scriptId
-
-
Constructor Summary
Constructors Constructor Description CompatibilityTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxDeviceRunTime()voidsetMaxDeviceRunTime(int maxDeviceRunTime)-
Methods inherited from class com.cloudtestapi.test.models.TestParam
getAccounts, getAppHashId, getAppId, getCallbackUrl, getCloudId, getCloudIds, getDeviceChooseType, getDeviceGroupName, getDeviceGroups, getDeviceNumber, getDevices, getExtraInfo, getExtraScripts, getFrameType, getLogin, getMaxTestRunTime, getMinDeviceNumber, getOrderAccountType, getPreinstallApps, getPriority, getProject, getScriptId, isHasVideo, isResign, setAccount, setAppHashId, setAppId, setCallbackUrl, setCloudId, setCloudIds, setDeviceChooseType, setDeviceGroupName, setDeviceGroups, setDeviceNumber, setDevices, setExtraInfo, setExtraScripts, setFrameType, setHasVideo, setLogin, setMaxTestRunTime, setMinDeviceNumber, setOrderAccountType, setPreinstallApps, setPriority, setProject, setResign, setScriptId
-
-