Package cn.ucloud.uphost.models
Class GetPHostPriceRequest.Disks
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.uphost.models.GetPHostPriceRequest.Disks
-
- Enclosing class:
- GetPHostPriceRequest
public static class GetPHostPriceRequest.Disks extends Request
-
-
Constructor Summary
Constructors Constructor Description Disks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIsBoot()StringgetSize()StringgetType()IntegerloadMaxRetries()IntegerloadTimeout()voidsetIsBoot(String isBoot)voidsetSize(String size)voidsetType(String type)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getProjectId, getPublicKey, getRegion, getSignature, setAction, setProjectId, setPublicKey, setRegion, setSignature
-
-
-
-
Method Detail
-
getIsBoot
public String getIsBoot()
-
setIsBoot
public void setIsBoot(String isBoot)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getSize
public String getSize()
-
setSize
public void setSize(String size)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-