Package com.cloudtestapi.common
Class CommonTestRequest
- java.lang.Object
-
- com.cloudtestapi.common.AbstractRequest
-
- com.cloudtestapi.common.AbstractRequestWithoutSpecificBodyGenerator
-
- com.cloudtestapi.common.CommonTestRequest
-
- Direct Known Subclasses:
CancelTestRequest
public class CommonTestRequest extends AbstractRequestWithoutSpecificBodyGenerator
-
-
Constructor Summary
Constructors Constructor Description CommonTestRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetTestId()voidsetTestId(Long testId)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
-
getTestId
public Long getTestId()
-
setTestId
public void setTestId(Long testId)
-
toPathParamMap
protected void toPathParamMap(HashMap<String,String> map, String prefix)
- Specified by:
toPathParamMapin classAbstractRequest
-
toQueryParamMap
protected void toQueryParamMap(HashMap<String,Object> map, String prefix)
- Specified by:
toQueryParamMapin classAbstractRequest
-
-