public class AssociateEIPWithShareBandwidthParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
AssociateEIPWithShareBandwidthParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="shareBandwidthId can not be empty") String shareBandwidthId,
@NotEmpty(message="eipIds can not be null") List<String> eipIds) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Param> |
checkEIPIds() |
List<String> |
getEipIds() |
String |
getRegion() |
String |
getShareBandwidthId() |
void |
setEipIds(List<String> eipIds) |
void |
setRegion(String region) |
void |
setShareBandwidthId(String shareBandwidthId) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic AssociateEIPWithShareBandwidthParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="shareBandwidthId can not be empty")
@NotEmpty(message="shareBandwidthId can not be empty") String shareBandwidthId,
@NotEmpty(message="eipIds can not be null")
@NotEmpty(message="eipIds can not be null") List<String> eipIds)
Copyright © 2019. All rights reserved.