public class CreateUDiskSnapshotParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
CreateUDiskSnapshotParam(@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="name can not be empty") String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChargeType() |
String |
getComment() |
String |
getName() |
Integer |
getQuantity() |
String |
getRegion() |
String |
getuDiskId() |
String |
getZone() |
void |
setChargeType(String chargeType) |
void |
setComment(String comment) |
void |
setName(String name) |
void |
setQuantity(Integer quantity) |
void |
setRegion(String region) |
void |
setuDiskId(String uDiskId) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic CreateUDiskSnapshotParam(@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="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 String getuDiskId()
public void setuDiskId(String uDiskId)
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 getComment()
public void setComment(String comment)
Copyright © 2018. All rights reserved.