public class EnableUDBRWSplittingParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
EnableUDBRWSplittingParam(@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) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBackupZone() |
String |
getMasterDBId() |
String |
getRegion() |
String |
getZone() |
void |
setBackupZone(String backupZone) |
void |
setMasterDBId(String masterDBId) |
void |
setRegion(String region) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic EnableUDBRWSplittingParam(@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)
public 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 getBackupZone()
public void setBackupZone(String backupZone)
Copyright © 2019. All rights reserved.