public class CreateUDiskParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
CreateUDiskParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="zone can not be empty") String zone,
@NotEmpty(message="size can not be empty") Integer size,
@NotEmpty(message="name can not be empty") String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChargeType() |
String |
getCouponId() |
String |
getDiskType() |
String |
getName() |
Integer |
getQuantity() |
String |
getRegion() |
Integer |
getSize() |
String |
getTag() |
String |
getuDataArkMode() |
String |
getZone() |
void |
setChargeType(String chargeType) |
void |
setCouponId(String couponId) |
void |
setDiskType(String diskType) |
void |
setName(String name) |
void |
setQuantity(Integer quantity) |
void |
setRegion(String region) |
void |
setSize(Integer size) |
void |
setTag(String tag) |
void |
setuDataArkMode(String uDataArkMode) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic CreateUDiskParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="zone can not be empty")
@NotEmpty(message="zone can not be empty") String zone,
@NotEmpty(message="size can not be empty")
@NotEmpty(message="size can not be empty") Integer size,
@NotEmpty(message="name can not be empty")
@NotEmpty(message="name can not be empty") String name)
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public Integer getSize()
public void setSize(Integer size)
public String getName()
public void setName(String name)
public String getChargeType()
public void setChargeType(String chargeType)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public String getuDataArkMode()
public void setuDataArkMode(String uDataArkMode)
public String getTag()
public void setTag(String tag)
public String getDiskType()
public void setDiskType(String diskType)
public String getCouponId()
public void setCouponId(String couponId)
Copyright © 2018. All rights reserved.