public static class DescribeSlowLogRecordsResponse.SlowLogRecords extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeSlowLogRecordsResponse.SlowLogRecords.ResultSet |
static class |
DescribeSlowLogRecordsResponse.SlowLogRecords.ResultSet1 |
static class |
DescribeSlowLogRecordsResponse.SlowLogRecords.Statistics |
| 构造器和说明 |
|---|
SlowLogRecords() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DescribeSlowLogRecordsResponse.SlowLogRecords.ResultSet> |
getData() |
String |
getRows() |
String |
getRowsBeforeLimitAtLeast() |
DescribeSlowLogRecordsResponse.SlowLogRecords.Statistics |
getStatistics() |
List<DescribeSlowLogRecordsResponse.SlowLogRecords.ResultSet1> |
getTableSchema() |
void |
setData(List<DescribeSlowLogRecordsResponse.SlowLogRecords.ResultSet> data) |
void |
setRows(String rows) |
void |
setRowsBeforeLimitAtLeast(String rowsBeforeLimitAtLeast) |
void |
setStatistics(DescribeSlowLogRecordsResponse.SlowLogRecords.Statistics statistics) |
void |
setTableSchema(List<DescribeSlowLogRecordsResponse.SlowLogRecords.ResultSet1> tableSchema) |
public String getRows()
public void setRows(String rows)
public String getRowsBeforeLimitAtLeast()
public void setRowsBeforeLimitAtLeast(String rowsBeforeLimitAtLeast)
public List<DescribeSlowLogRecordsResponse.SlowLogRecords.ResultSet> getData()
public void setData(List<DescribeSlowLogRecordsResponse.SlowLogRecords.ResultSet> data)
public List<DescribeSlowLogRecordsResponse.SlowLogRecords.ResultSet1> getTableSchema()
public void setTableSchema(List<DescribeSlowLogRecordsResponse.SlowLogRecords.ResultSet1> tableSchema)
public DescribeSlowLogRecordsResponse.SlowLogRecords.Statistics getStatistics()
public void setStatistics(DescribeSlowLogRecordsResponse.SlowLogRecords.Statistics statistics)
Copyright © 2021. All rights reserved.