public class SetUDBRWSplittingParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
SetUDBRWSplittingParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="zone can not be empty") String zone,
@NotEmpty(message="masterDBId can not be empty") String masterDBId,
@NotEmpty(message="readMode can not be empty") String readMode,
List<String> dbIds) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Param> |
checkDBIds() |
List<Param> |
checkReadPercents() |
List<String> |
getDbIds() |
Integer |
getDelayThreshold() |
String |
getMasterDBId() |
String |
getReadMode() |
List<Integer> |
getReadPercents() |
String |
getRegion() |
String |
getZone() |
void |
setDbIds(List<String> dbIds) |
void |
setDelayThreshold(Integer delayThreshold) |
void |
setMasterDBId(String masterDBId) |
void |
setReadMode(String readMode) |
void |
setReadPercents(List<Integer> readPercents) |
void |
setRegion(String region) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic SetUDBRWSplittingParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="zone can not be empty")
@NotEmpty(message="zone can not be empty") String zone,
@NotEmpty(message="masterDBId can not be empty")
@NotEmpty(message="masterDBId can not be empty") String masterDBId,
@NotEmpty(message="readMode can not be empty")
@NotEmpty(message="readMode can not be empty") String readMode,
List<String> dbIds)
public List<Param> checkReadPercents() throws javax.validation.ValidationException
javax.validation.ValidationExceptionpublic List<Param> checkDBIds() throws javax.validation.ValidationException
javax.validation.ValidationExceptionpublic String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public String getMasterDBId()
public void setMasterDBId(String masterDBId)
public String getReadMode()
public void setReadMode(String readMode)
public Integer getDelayThreshold()
public void setDelayThreshold(Integer delayThreshold)
Copyright © 2019. All rights reserved.