public class AllocateEIPParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
AllocateEIPParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="operatorName can not be empty") String operatorName,
@NotNull(message="bandwidth can not be null") Integer bandwidth) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBandwidth() |
String |
getChargeType() |
String |
getCouponId() |
String |
getName() |
String |
getOperatorName() |
String |
getPayMode() |
Integer |
getQuantity() |
String |
getRegion() |
String |
getRemark() |
String |
getShareBandwidthId() |
String |
getTag() |
void |
setBandwidth(Integer bandwidth) |
void |
setChargeType(String chargeType) |
void |
setCouponId(String couponId) |
void |
setName(String name) |
void |
setOperatorName(String operatorName) |
void |
setPayMode(String payMode) |
void |
setQuantity(Integer quantity) |
void |
setRegion(String region) |
void |
setRemark(String remark) |
void |
setShareBandwidthId(String shareBandwidthId) |
void |
setTag(String tag) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic AllocateEIPParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="operatorName can not be empty")
@NotEmpty(message="operatorName can not be empty") String operatorName,
@NotNull(message="bandwidth can not be null")
@NotNull(message="bandwidth can not be null") Integer bandwidth)
public String getRegion()
public void setRegion(String region)
public String getOperatorName()
public void setOperatorName(String operatorName)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public String getTag()
public void setTag(String tag)
public String getChargeType()
public void setChargeType(String chargeType)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public String getPayMode()
public void setPayMode(String payMode)
public String getShareBandwidthId()
public void setShareBandwidthId(String shareBandwidthId)
public String getName()
public void setName(String name)
public String getRemark()
public void setRemark(String remark)
public String getCouponId()
public void setCouponId(String couponId)
Copyright © 2019. All rights reserved.