public class ResizeShareBandwidthParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
ResizeShareBandwidthParam(@NotEmpty(message="region can not be empty") String region,
@NotNull(message="shareBandwidth can not be null") Integer shareBandwidth,
@NotEmpty(message="shareBandwidthId can not be empty") String shareBandwidthId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRegion() |
Integer |
getShareBandwidth() |
String |
getShareBandwidthId() |
void |
setRegion(String region) |
void |
setShareBandwidth(Integer shareBandwidth) |
void |
setShareBandwidthId(String shareBandwidthId) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic ResizeShareBandwidthParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotNull(message="shareBandwidth can not be null")
@NotNull(message="shareBandwidth can not be null") Integer shareBandwidth,
@NotEmpty(message="shareBandwidthId can not be empty")
@NotEmpty(message="shareBandwidthId can not be empty") String shareBandwidthId)
public String getRegion()
public void setRegion(String region)
public Integer getShareBandwidth()
public void setShareBandwidth(Integer shareBandwidth)
public String getShareBandwidthId()
public void setShareBandwidthId(String shareBandwidthId)
Copyright © 2020. All rights reserved.