public class ModifyEIPWeightParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
ModifyEIPWeightParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="eipId can not be empty") String eipId,
@NotNull(message="weight can not be null") Integer weight) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEipId() |
String |
getRegion() |
Integer |
getWeight() |
void |
setEipId(String eipId) |
void |
setRegion(String region) |
void |
setWeight(Integer weight) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic ModifyEIPWeightParam(@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="weight can not be null")
@NotNull(message="weight can not be null") Integer weight)
Copyright © 2020. All rights reserved.