| 程序包 | 说明 |
|---|---|
| com.aliyun.openservices.log.common | |
| com.aliyun.openservices.log.response |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueriedLog |
QueryResult.extractLogFromJSON(com.alibaba.fastjson.JSONObject log,
String requestId) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<QueriedLog> |
QueryResult.getLogs() |
static List<QueriedLog> |
QueryResult.parseData(com.alibaba.fastjson.JSONArray array,
String requestId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
QueryResult.setLogs(List<QueriedLog> logs) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ArrayList<QueriedLog> |
BasicGetLogsResponse.logs |
| 限定符和类型 | 方法和说明 |
|---|---|
List<QueriedLog> |
BasicGetLogsResponse.getLogs() |
List<QueriedLog> |
GetContextLogsResponse.getLogs() |
ArrayList<QueriedLog> |
GetLogsResponse.GetLogs()
已过时。
Use getLogs() instead.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BasicGetLogsResponse.addLog(QueriedLog log) |
void |
GetLogsResponse.AddLog(QueriedLog log)
已过时。
Use addLog(QueriedLog log) instead.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BasicGetLogsResponse.setLogs(List<QueriedLog> logs) |
void |
GetLogsResponse.SetLogs(List<QueriedLog> logs)
Set all the log data to the response
|
Copyright © 2026. All Rights Reserved.