public class DescribeDBErrlogsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDBErrlogsRequest() |
DescribeDBErrlogsRequest(DescribeDBErrlogsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseName()
Get Database name
|
String |
getDBInstanceId()
Get Instance ID
|
String |
getEndTime()
Get u200cu200cu200cu200cQuery end time in the format of 2018-01-01 00:00:00
|
Long |
getLimit()
Get Number of results returned per page.
|
Long |
getOffset()
Get Data offset, which starts from 0.
|
String[] |
getSearchKeys()
Get Keywords used for search
|
String |
getStartTime()
Get u200cu200cu200cQuery start time in the format of 2018-01-01 00:00:00.
|
void |
setDatabaseName(String DatabaseName)
Set Database name
|
void |
setDBInstanceId(String DBInstanceId)
Set Instance ID
|
void |
setEndTime(String EndTime)
Set u200cu200cu200cu200cQuery end time in the format of 2018-01-01 00:00:00
|
void |
setLimit(Long Limit)
Set Number of results returned per page.
|
void |
setOffset(Long Offset)
Set Data offset, which starts from 0.
|
void |
setSearchKeys(String[] SearchKeys)
Set Keywords used for search
|
void |
setStartTime(String StartTime)
Set u200cu200cu200cQuery start time in the format of 2018-01-01 00:00:00.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDBErrlogsRequest()
public DescribeDBErrlogsRequest(DescribeDBErrlogsRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- Instance IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- u200cu200cu200cQuery start time in the format of 2018-01-01 00:00:00. The log is retained for seven days by default, so the start time must fall within the retention period.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- u200cu200cu200cu200cQuery end time in the format of 2018-01-01 00:00:00public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- Database namepublic String[] getSearchKeys()
public void setSearchKeys(String[] SearchKeys)
SearchKeys
- Keywords used for searchpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results returned per page. Value range: 1-100. Default value: `50`.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Data offset, which starts from 0. Default value: `0`.Copyright © 2024. All rights reserved.