public class RecoverUDBInstanceParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
RecoverUDBInstanceParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="srcDBId can not be empty") String srcDBId,
@NotEmpty(message="dstDBId can not be empty") String dstDBId,
@NotNull(message="time can not be null") Integer time) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDstDBId() |
String |
getRegion() |
String |
getSrcDBId() |
Integer |
getTime() |
String |
getZone() |
void |
setDstDBId(String dstDBId) |
void |
setRegion(String region) |
void |
setSrcDBId(String srcDBId) |
void |
setTime(Integer time) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic RecoverUDBInstanceParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="srcDBId can not be empty")
@NotEmpty(message="srcDBId can not be empty") String srcDBId,
@NotEmpty(message="dstDBId can not be empty")
@NotEmpty(message="dstDBId can not be empty") String dstDBId,
@NotNull(message="time can not be null")
@NotNull(message="time can not be null") Integer time)
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public String getSrcDBId()
public void setSrcDBId(String srcDBId)
public String getDstDBId()
public void setDstDBId(String dstDBId)
public Integer getTime()
public void setTime(Integer time)
Copyright © 2019. All rights reserved.