Package com.cloudtestapi.test.models
Class AutomationTest
- java.lang.Object
-
- com.cloudtestapi.test.models.TestParam
-
- com.cloudtestapi.test.models.AutomationTest
-
public class AutomationTest extends TestParam
-
-
Field Summary
Fields Modifier and Type Field Description intmaxCaseRuntimeStringparserType-
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 AutomationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxCaseRuntime()StringgetParserType()voidsetMaxCaseRuntime(int maxCaseRuntime)voidsetParserType(String parserType)-
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
-
-
-
-
Field Detail
-
parserType
@SerializedName("parser_type") @Expose public String parserType
-
maxCaseRuntime
@SerializedName("max_case_runtime") @Expose public int maxCaseRuntime
-
-