Package com.cloudtestapi.upload.models
Class GetAppByMD5Request
- java.lang.Object
-
- com.cloudtestapi.common.AbstractRequest
-
- com.cloudtestapi.common.AbstractRequestWithoutSpecificBodyGenerator
-
- com.cloudtestapi.upload.models.GetAppByMD5Request
-
public class GetAppByMD5Request extends AbstractRequestWithoutSpecificBodyGenerator
-
-
Constructor Summary
Constructors Constructor Description GetAppByMD5Request()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMd5()voidsetMd5(String md5)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
-
getMd5
public String getMd5()
-
setMd5
public void setMd5(String md5)
-
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
-
-