Package com.cloudtestapi.test.models
Class FunctionalTest
- java.lang.Object
-
- com.cloudtestapi.test.models.TestParam
-
- com.cloudtestapi.test.models.FunctionalTest
-
public class FunctionalTest extends TestParam
-
-
Field Summary
Fields Modifier and Type Field Description CaseConfigcaseConfigStringcaseType-
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 FunctionalTest()
-
Method Summary
-
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
-
caseConfig
@Expose @SerializedName("case_config") public CaseConfig caseConfig
-
caseType
@Expose @SerializedName("case_type") public String caseType
-
-