Package com.cloudtestapi.upload.models
Class DumpAppWTRequest
- java.lang.Object
-
- com.cloudtestapi.common.AbstractRequest
-
- com.cloudtestapi.common.AbstractUploadRequest
-
- com.cloudtestapi.upload.models.DumpAppWTRequest
-
public class DumpAppWTRequest extends AbstractUploadRequest
-
-
Constructor Summary
Constructors Constructor Description DumpAppWTRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]getBody()StringgetUploadId()voidsetBody(byte[] body)voidsetUploadId(String uploadId)protected voidtoPathParamMap(HashMap<String,String> map, String prefix)protected voidtoQueryParamMap(HashMap<String,Object> map, String prefix)-
Methods inherited from class com.cloudtestapi.common.AbstractUploadRequest
getFieldName, getFileMime, getFileName, setFieldName, setFileMime, setFileName, toBody
-
Methods inherited from class com.cloudtestapi.common.AbstractRequest
getHttpMethod, getPath, getVersion, setHttpMethod, setPath, setVersion, withApiInfo
-
-
-
-
Method Detail
-
getBody
protected byte[] getBody()
- Specified by:
getBodyin classAbstractUploadRequest
-
setBody
public void setBody(byte[] body)
-
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
-
getUploadId
public String getUploadId()
-
setUploadId
public void setUploadId(String uploadId)
-
-