public class AssociateRouteTableParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
AssociateRouteTableParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="subnetId can not be empty") String subnetId,
@NotEmpty(message="routeTableId can not be empty") String routeTableId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRegion() |
String |
getRouteTableId() |
String |
getSubnetId() |
void |
setRegion(String region) |
void |
setRouteTableId(String routeTableId) |
void |
setSubnetId(String subnetId) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic AssociateRouteTableParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="subnetId can not be empty")
@NotEmpty(message="subnetId can not be empty") String subnetId,
@NotEmpty(message="routeTableId can not be empty")
@NotEmpty(message="routeTableId can not be empty") String routeTableId)
Copyright © 2018. All rights reserved.