public class DescribeUDBInstanceBackupURLParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
DescribeUDBInstanceBackupURLParam(@NotEmpty(message="region can not be empty") String region,
@NotNull(message="backupId can not be null") Integer backupId,
@NotEmpty(message="dbId can not be empty") String dbId) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBackupId() |
String |
getDbId() |
String |
getRegion() |
String |
getZone() |
void |
setBackupId(Integer backupId) |
void |
setDbId(String dbId) |
void |
setRegion(String region) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic DescribeUDBInstanceBackupURLParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotNull(message="backupId can not be null")
@NotNull(message="backupId can not be null") Integer backupId,
@NotEmpty(message="dbId can not be empty")
@NotEmpty(message="dbId can not be empty") String dbId)
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public Integer getBackupId()
public void setBackupId(Integer backupId)
public String getDbId()
public void setDbId(String dbId)
Copyright © 2019. All rights reserved.