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