Package com.cloudtestapi.upload.models
Class ResignDeviceIPARequest
- java.lang.Object
-
- com.cloudtestapi.common.AbstractRequest
-
- com.cloudtestapi.upload.models.ResignDeviceIPARequest
-
public class ResignDeviceIPARequest extends AbstractRequest
-
-
Constructor Summary
Constructors Constructor Description ResignDeviceIPARequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDeviceId()StringgetIpaUrl()voidsetDeviceId(Integer deviceId)voidsetIpaUrl(String ipaUrl)protected byte[]toBody()protected voidtoPathParamMap(HashMap<String,String> map, String prefix)protected voidtoQueryParamMap(HashMap<String,Object> map, String prefix)-
Methods inherited from class com.cloudtestapi.common.AbstractRequest
getHttpMethod, getPath, getVersion, setHttpMethod, setPath, setVersion, withApiInfo
-
-
-
-
Method Detail
-
toBody
protected byte[] toBody()
- Specified by:
toBodyin classAbstractRequest
-
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 void setDeviceId(Integer deviceId)
-
getIpaUrl
public String getIpaUrl()
-
setIpaUrl
public void setIpaUrl(String ipaUrl)
-
-