| Package | Description |
|---|---|
| com.aliyun.openservices.log.common | |
| com.aliyun.openservices.log.response |
| Modifier and Type | Method and Description |
|---|---|
static QueriedLog |
QueryResult.extractLogFromJSON(com.alibaba.fastjson.JSONObject log,
String requestId) |
| Modifier and Type | Method and Description |
|---|---|
List<QueriedLog> |
QueryResult.getLogs() |
static List<QueriedLog> |
QueryResult.parseData(com.alibaba.fastjson.JSONArray array,
String requestId) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.setLogs(List<QueriedLog> logs) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<QueriedLog> |
BasicGetLogsResponse.logs |
| Modifier and Type | Method and Description |
|---|---|
List<QueriedLog> |
BasicGetLogsResponse.getLogs() |
List<QueriedLog> |
GetContextLogsResponse.getLogs() |
ArrayList<QueriedLog> |
GetLogsResponse.GetLogs()
Deprecated.
Use getLogs() instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicGetLogsResponse.addLog(QueriedLog log) |
void |
GetLogsResponse.AddLog(QueriedLog log)
Deprecated.
Use addLog(QueriedLog log) instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicGetLogsResponse.setLogs(List<QueriedLog> logs) |
void |
GetLogsResponse.SetLogs(List<QueriedLog> logs)
Set all the log data to the response
|
Copyright © 2025. All Rights Reserved.