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