public class SetEIPPayModeParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
SetEIPPayModeParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="eipId can not be empty") String eipId,
@NotEmpty(message="payMode can not be empty") String payMode,
@NotNull(message="bandwidth can not be null") Integer bandwidth) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBandwidth() |
String |
getEipId() |
String |
getPayMode() |
String |
getRegion() |
void |
setBandwidth(Integer bandwidth) |
void |
setEipId(String eipId) |
void |
setPayMode(String payMode) |
void |
setRegion(String region) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic SetEIPPayModeParam(@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,
@NotEmpty(message="payMode can not be empty")
@NotEmpty(message="payMode can not be empty") String payMode,
@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 getEipId()
public void setEipId(String eipId)
public String getPayMode()
public void setPayMode(String payMode)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
Copyright © 2020. All rights reserved.