public class BasicGetLogsResponse extends Response
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<QueriedLog> |
logs |
| Constructor and Description |
|---|
BasicGetLogsResponse(Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLog(QueriedLog log) |
List<QueriedLog> |
getLogs() |
void |
setLogs(List<QueriedLog> logs) |
GetAllHeaders, GetHeader, GetRequestIdprotected ArrayList<QueriedLog> logs
public List<QueriedLog> getLogs()
public void setLogs(List<QueriedLog> logs)
public void addLog(QueriedLog log)
Copyright © 2025. All Rights Reserved.