public class CreateUFSVolumeParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
CreateUFSVolumeParam(@NotEmpty(message="region can not be empty") String region,
@NotNull(message="size can not be null") Integer size) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChargeType() |
String |
getCouponId() |
Integer |
getQuantity() |
String |
getRegion() |
String |
getRemark() |
Integer |
getSize() |
String |
getTag() |
String |
getVolumeName() |
void |
setChargeType(String chargeType) |
void |
setCouponId(String couponId) |
void |
setQuantity(Integer quantity) |
void |
setRegion(String region) |
void |
setRemark(String remark) |
void |
setSize(Integer size) |
void |
setTag(String tag) |
void |
setVolumeName(String volumeName) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic String getRegion()
public void setRegion(String region)
public Integer getSize()
public void setSize(Integer size)
public String getVolumeName()
public void setVolumeName(String volumeName)
public String getRemark()
public void setRemark(String remark)
public String getTag()
public void setTag(String tag)
public String getChargeType()
public void setChargeType(String chargeType)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public String getCouponId()
public void setCouponId(String couponId)
Copyright © 2019. All rights reserved.