Package com.cloudtestapi.test.models
Class StartDebugTestRequest
- java.lang.Object
-
- com.cloudtestapi.common.AbstractRequest
-
- com.cloudtestapi.common.AbstractRequestWithoutSpecificBodyGenerator
-
- com.cloudtestapi.test.models.StartDebugTestRequest
-
public class StartDebugTestRequest extends AbstractRequestWithoutSpecificBodyGenerator
-
-
Constructor Summary
Constructors Constructor Description StartDebugTestRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDeviceId()StringgetProject()StartDebugTestRequestsetDeviceId(Integer deviceId)StartDebugTestRequestsetProject(String project)protected voidtoPathParamMap(HashMap<String,String> map, String prefix)protected voidtoQueryParamMap(HashMap<String,Object> map, String prefix)-
Methods inherited from class com.cloudtestapi.common.AbstractRequestWithoutSpecificBodyGenerator
toBody
-
Methods inherited from class com.cloudtestapi.common.AbstractRequest
getHttpMethod, getPath, getVersion, setHttpMethod, setPath, setVersion, withApiInfo
-
-
-
-
Method Detail
-
toQueryParamMap
protected void toQueryParamMap(HashMap<String,Object> map, String prefix)
- Specified by:
toQueryParamMapin classAbstractRequest
-
toPathParamMap
protected void toPathParamMap(HashMap<String,String> map, String prefix)
- Specified by:
toPathParamMapin classAbstractRequest
-
getDeviceId
public Integer getDeviceId()
-
setDeviceId
public StartDebugTestRequest setDeviceId(Integer deviceId)
-
getProject
public String getProject()
-
setProject
public StartDebugTestRequest setProject(String project)
-
-