public class CreateBandwidthPackageParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
CreateBandwidthPackageParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="eipId can not be empty") String eipId,
@NotNull(message="bandwidth can not be null") Integer bandwidth,
@NotNull(message="timeRange can not be null") Integer timeRange) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBandwidth() |
String |
getCouponId() |
String |
getEipId() |
Integer |
getEnableTime() |
String |
getRegion() |
Integer |
getTimeRange() |
void |
setBandwidth(Integer bandwidth) |
void |
setCouponId(String couponId) |
void |
setEipId(String eipId) |
void |
setEnableTime(Integer enableTime) |
void |
setRegion(String region) |
void |
setTimeRange(Integer timeRange) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic CreateBandwidthPackageParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="eipId can not be empty")
@NotEmpty(message="eipId can not be empty") String eipId,
@NotNull(message="bandwidth can not be null")
@NotNull(message="bandwidth can not be null") Integer bandwidth,
@NotNull(message="timeRange can not be null")
@NotNull(message="timeRange can not be null") Integer timeRange)
public String getRegion()
public void setRegion(String region)
public String getEipId()
public void setEipId(String eipId)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public Integer getTimeRange()
public void setTimeRange(Integer timeRange)
public Integer getEnableTime()
public void setEnableTime(Integer enableTime)
public String getCouponId()
public void setCouponId(String couponId)
Copyright © 2019. All rights reserved.