public class GetEIPUpgradePriceParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
GetEIPUpgradePriceParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="eipId can not be empty") String eipId,
@NotNull(message="bandwidth can not be null") Integer bandwidth) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBandwidth() |
String |
getEipId() |
String |
getRegion() |
void |
setBandwidth(Integer bandwidth) |
void |
setEipId(String eipId) |
void |
setRegion(String region) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic GetEIPUpgradePriceParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="eipId can not be empty")
@NotEmpty(message="eipId can not be empty") String eipId,
@NotNull(message="bandwidth can not be null")
@NotNull(message="bandwidth can not be null") Integer bandwidth)
Copyright © 2019. All rights reserved.