Package cn.ucloud.udisk.models
Class DescribeUDiskPriceRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.udisk.models.DescribeUDiskPriceRequest
-
public class DescribeUDiskPriceRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description DescribeUDiskPriceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()StringgetDiskType()StringgetIsTotalPrice()StringgetMachineType()StringgetProjectId()IntegergetQuantity()StringgetRegion()IntegergetSize()StringgetSnapshotService()StringgetUDataArkMode()StringgetZone()IntegerloadMaxRetries()IntegerloadTimeout()voidsetChargeType(String chargeType)voidsetDiskType(String diskType)voidsetIsTotalPrice(String isTotalPrice)voidsetMachineType(String machineType)voidsetProjectId(String projectId)voidsetQuantity(Integer quantity)voidsetRegion(String region)voidsetSize(Integer size)voidsetSnapshotService(String snapshotService)voidsetUDataArkMode(String uDataArkMode)voidsetZone(String zone)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getSignature, setAction, setPublicKey, setSignature
-
-
-
-
Method Detail
-
getZone
public String getZone()
-
setZone
public void setZone(String zone)
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getSize
public Integer getSize()
-
setSize
public void setSize(Integer size)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
getQuantity
public Integer getQuantity()
-
setQuantity
public void setQuantity(Integer quantity)
-
getUDataArkMode
public String getUDataArkMode()
-
setUDataArkMode
public void setUDataArkMode(String uDataArkMode)
-
getSnapshotService
public String getSnapshotService()
-
setSnapshotService
public void setSnapshotService(String snapshotService)
-
getDiskType
public String getDiskType()
-
setDiskType
public void setDiskType(String diskType)
-
getIsTotalPrice
public String getIsTotalPrice()
-
setIsTotalPrice
public void setIsTotalPrice(String isTotalPrice)
-
getMachineType
public String getMachineType()
-
setMachineType
public void setMachineType(String machineType)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-