public class DescribeDBErrlogsRequest extends AbstractModel
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 in the format of postgres-5bq3wfjd
|
String |
getEndTime()
Get Query end time in the format of 2018-01-01 00:00:00
|
Long |
getLimit()
Get Number of entries returned per page.
|
Long |
getOffset()
Get Page number for data return in paged query.
|
String[] |
getSearchKeys()
Get Search keyword
|
String |
getStartTime()
Get Query start time in the format of 2018-01-01 00:00:00, which cannot be more than 7 days ago
|
void |
setDatabaseName(String DatabaseName)
Set Database name
|
void |
setDBInstanceId(String DBInstanceId)
Set Instance ID in the format of postgres-5bq3wfjd
|
void |
setEndTime(String EndTime)
Set Query end time in the format of 2018-01-01 00:00:00
|
void |
setLimit(Long Limit)
Set Number of entries returned per page.
|
void |
setOffset(Long Offset)
Set Page number for data return in paged query.
|
void |
setSearchKeys(String[] SearchKeys)
Set Search keyword
|
void |
setStartTime(String StartTime)
Set Query start time in the format of 2018-01-01 00:00:00, which cannot be more than 7 days ago
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeDBErrlogsRequest()
public DescribeDBErrlogsRequest(DescribeDBErrlogsRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- Instance ID in the format of postgres-5bq3wfjdpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Query start time in the format of 2018-01-01 00:00:00, which cannot be more than 7 days agopublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Query 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
- Search keywordpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries returned per page. Value range: 1-100public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page number for data return in paged query. Pagination starts from 0Copyright © 2023. All rights reserved.