Package com.cloudtestapi.slot.models
Class SlotSwitchStartRequest
- java.lang.Object
-
- com.cloudtestapi.common.AbstractRequest
-
- com.cloudtestapi.common.AbstractRequestWithoutSpecificBodyGenerator
-
- com.cloudtestapi.slot.models.SlotSwitchStartRequest
-
public class SlotSwitchStartRequest extends AbstractRequestWithoutSpecificBodyGenerator
-
-
Constructor Summary
Constructors Constructor Description SlotSwitchStartRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDeviceId()intgetModelId()StringgetSlotOutAddr()voidsetDeviceId(int deviceId)voidsetModelId(int modelId)voidsetSlotOutAddr(String slotOutAddr)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
-
getSlotOutAddr
public String getSlotOutAddr()
-
setSlotOutAddr
public void setSlotOutAddr(String slotOutAddr)
-
getModelId
public int getModelId()
-
setModelId
public void setModelId(int modelId)
-
getDeviceId
public int getDeviceId()
-
setDeviceId
public void setDeviceId(int deviceId)
-
-