public class DescribeSqlLogsRequest extends AbstractModel
Constructor and Description |
---|
DescribeSqlLogsRequest() |
DescribeSqlLogsRequest(DescribeSqlLogsRequest 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 |
getInstanceId()
Get 实例 ID,形如:tdsql-ow728lmc,可以通过 DescribeDBInstances 查询实例详情获得。
|
Long |
getLimit()
Get 拉取数量(0-10000,为0时拉取总数信息)。
|
Long |
getOffset()
Get SQL日志偏移。
|
void |
setInstanceId(String InstanceId)
Set 实例 ID,形如:tdsql-ow728lmc,可以通过 DescribeDBInstances 查询实例详情获得。
|
void |
setLimit(Long Limit)
Set 拉取数量(0-10000,为0时拉取总数信息)。
|
void |
setOffset(Long Offset)
Set SQL日志偏移。
|
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 DescribeSqlLogsRequest()
public DescribeSqlLogsRequest(DescribeSqlLogsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID,形如:tdsql-ow728lmc,可以通过 DescribeDBInstances 查询实例详情获得。public Long getOffset()
public void setOffset(Long Offset)
Offset
- SQL日志偏移。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 拉取数量(0-10000,为0时拉取总数信息)。Copyright © 2022. All rights reserved.