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