public class DisassociateEIPWithShareBandwidthParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
DisassociateEIPWithShareBandwidthParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="shareBandwidthId can not be empty") String shareBandwidthId,
@NotNull(message="bandwidth can not be empty") Integer bandwidth) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Param> |
checkEIPIds() |
Integer |
getBandwidth() |
List<String> |
getEipIds() |
String |
getPayMode() |
String |
getRegion() |
String |
getShareBandwidthId() |
void |
setBandwidth(Integer bandwidth) |
void |
setEipIds(List<String> eipIds) |
void |
setPayMode(String payMode) |
void |
setRegion(String region) |
void |
setShareBandwidthId(String shareBandwidthId) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic DisassociateEIPWithShareBandwidthParam(@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,
@NotNull(message="bandwidth can not be empty")
@NotNull(message="bandwidth can not be empty") Integer bandwidth)
public List<Param> checkEIPIds() throws ValidatorException
public String getPayMode()
public void setPayMode(String payMode)
public String getRegion()
public void setRegion(String region)
public String getShareBandwidthId()
public void setShareBandwidthId(String shareBandwidthId)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
Copyright © 2020. All rights reserved.