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