public class CreateUDBRouteInstanceParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
CreateUDBRouteInstanceParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="dbTypeId can not be empty") String dbTypeId,
@NotEmpty(message="name can not be empty") String name,
@NotNull(message="port can not be null") Integer port,
@NotNull(message="paramGroupId can not be null") Integer paramGroupId,
@NotNull(message="memoryLimit can not be null") Integer memoryLimit,
@NotNull(message="diskSpace can not be null") Integer diskSpace,
List<String> configsvrId) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Param> |
checkConfigsvrId() |
String |
getChargeType() |
List<String> |
getConfigsvrId() |
String |
getCouponId() |
String |
getDbTypeId() |
Integer |
getDiskSpace() |
Integer |
getMemoryLimit() |
String |
getName() |
Integer |
getParamGroupId() |
Integer |
getPort() |
Integer |
getQuantity() |
String |
getRegion() |
String |
getUseSSD() |
String |
getZone() |
void |
setChargeType(String chargeType) |
void |
setConfigsvrId(List<String> configsvrId) |
void |
setCouponId(String couponId) |
void |
setDbTypeId(String dbTypeId) |
void |
setDiskSpace(Integer diskSpace) |
void |
setMemoryLimit(Integer memoryLimit) |
void |
setName(String name) |
void |
setParamGroupId(Integer paramGroupId) |
void |
setPort(Integer port) |
void |
setQuantity(Integer quantity) |
void |
setRegion(String region) |
void |
setUseSSD(String useSSD) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic CreateUDBRouteInstanceParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="dbTypeId can not be empty")
@NotEmpty(message="dbTypeId can not be empty") String dbTypeId,
@NotEmpty(message="name can not be empty")
@NotEmpty(message="name can not be empty") String name,
@NotNull(message="port can not be null")
@NotNull(message="port can not be null") Integer port,
@NotNull(message="paramGroupId can not be null")
@NotNull(message="paramGroupId can not be null") Integer paramGroupId,
@NotNull(message="memoryLimit can not be null")
@NotNull(message="memoryLimit can not be null") Integer memoryLimit,
@NotNull(message="diskSpace can not be null")
@NotNull(message="diskSpace can not be null") Integer diskSpace,
List<String> configsvrId)
public List<Param> checkConfigsvrId() throws javax.validation.ValidationException
javax.validation.ValidationExceptionpublic String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public String getDbTypeId()
public void setDbTypeId(String dbTypeId)
public String getName()
public void setName(String name)
public Integer getPort()
public void setPort(Integer port)
public Integer getParamGroupId()
public void setParamGroupId(Integer paramGroupId)
public Integer getMemoryLimit()
public void setMemoryLimit(Integer memoryLimit)
public Integer getDiskSpace()
public void setDiskSpace(Integer diskSpace)
public String getChargeType()
public void setChargeType(String chargeType)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public String getUseSSD()
public void setUseSSD(String useSSD)
public String getCouponId()
public void setCouponId(String couponId)
Copyright © 2019. All rights reserved.