public class AllocateShareBandwidthParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
AllocateShareBandwidthParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="name can not be empty") String name,
@NotEmpty(message="chargeType can not be empty") String chargeType,
@NotNull(message="shareBandwidth can not be null") Integer shareBandwidth) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChargeType() |
String |
getName() |
Integer |
getQuantity() |
String |
getRegion() |
Integer |
getShareBandwidth() |
Integer |
getShareBandwidthGuarantee() |
void |
setChargeType(String chargeType) |
void |
setName(String name) |
void |
setQuantity(Integer quantity) |
void |
setRegion(String region) |
void |
setShareBandwidth(Integer shareBandwidth) |
void |
setShareBandwidthGuarantee(Integer shareBandwidthGuarantee) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic AllocateShareBandwidthParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="name can not be empty")
@NotEmpty(message="name can not be empty") String name,
@NotEmpty(message="chargeType can not be empty")
@NotEmpty(message="chargeType can not be empty") String chargeType,
@NotNull(message="shareBandwidth can not be null")
@NotNull(message="shareBandwidth can not be null") Integer shareBandwidth)
public String getRegion()
public void setRegion(String region)
public String getName()
public void setName(String name)
public String getChargeType()
public void setChargeType(String chargeType)
public Integer getShareBandwidth()
public void setShareBandwidth(Integer shareBandwidth)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public Integer getShareBandwidthGuarantee()
public void setShareBandwidthGuarantee(Integer shareBandwidthGuarantee)
Copyright © 2020. All rights reserved.