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