public class ModifyUDPNBandwidthParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
ModifyUDPNBandwidthParam(@NotEmpty(message="UDPNId can not be empty") String udpnId,
@NotNull(message="Bandwidth can not be empty") Integer bandWidth) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBandWidth() |
String |
getCouponId() |
String |
getRegion() |
String |
getUdpnId() |
void |
setBandWidth(Integer bandWidth) |
void |
setCouponId(String couponId) |
void |
setRegion(String region) |
void |
setUdpnId(String udpnId) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic String getRegion()
public void setRegion(String region)
public String getUdpnId()
public void setUdpnId(String udpnId)
public Integer getBandWidth()
public void setBandWidth(Integer bandWidth)
public String getCouponId()
public void setCouponId(String couponId)
Copyright © 2019. All rights reserved.