public class ResizeUDiskParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
ResizeUDiskParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="zone can not be empty") String zone,
@NotEmpty(message="uDiskId can not be empty") String uDiskId,
@NotEmpty(message="size can not be empty") Integer size) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCouponId() |
String |
getRegion() |
Integer |
getSize() |
String |
getuDiskId() |
String |
getZone() |
void |
setCouponId(String couponId) |
void |
setRegion(String region) |
void |
setSize(Integer size) |
void |
setuDiskId(String uDiskId) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic ResizeUDiskParam(@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="uDiskId can not be empty")
@NotEmpty(message="uDiskId can not be empty") String uDiskId,
@NotEmpty(message="size can not be empty")
@NotEmpty(message="size can not be empty") Integer size)
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public String getuDiskId()
public void setuDiskId(String uDiskId)
public Integer getSize()
public void setSize(Integer size)
public String getCouponId()
public void setCouponId(String couponId)
Copyright © 2018. All rights reserved.