public class DeleteVPCIntercomParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
DeleteVPCIntercomParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="vpcId can not be empty") String vpcId,
@NotEmpty(message="dstVPCId can not be empty") String dstVPCId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDstProjectId() |
String |
getDstRegion() |
String |
getDstVPCId() |
String |
getRegion() |
String |
getVpcId() |
void |
setDstProjectId(String dstProjectId) |
void |
setDstRegion(String dstRegion) |
void |
setDstVPCId(String dstVPCId) |
void |
setRegion(String region) |
void |
setVpcId(String vpcId) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic DeleteVPCIntercomParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="vpcId can not be empty")
@NotEmpty(message="vpcId can not be empty") String vpcId,
@NotEmpty(message="dstVPCId can not be empty")
@NotEmpty(message="dstVPCId can not be empty") String dstVPCId)
public String getRegion()
public void setRegion(String region)
public String getVpcId()
public void setVpcId(String vpcId)
public String getDstVPCId()
public void setDstVPCId(String dstVPCId)
public String getDstRegion()
public void setDstRegion(String dstRegion)
public String getDstProjectId()
public void setDstProjectId(String dstProjectId)
Copyright © 2018. All rights reserved.