public class GetEIPPriceParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
GetEIPPriceParam(@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 |
getOperatorName() |
String |
getPayMode() |
String |
getRegion() |
void |
setBandwidth(Integer bandwidth) |
void |
setChargeType(String chargeType) |
void |
setOperatorName(String operatorName) |
void |
setPayMode(String payMode) |
void |
setRegion(String region) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic GetEIPPriceParam(@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 getChargeType()
public void setChargeType(String chargeType)
public String getPayMode()
public void setPayMode(String payMode)
Copyright © 2020. All rights reserved.