public class GetContextLogsResponse extends Response
| 构造器和说明 |
|---|
GetContextLogsResponse(Map<String,String> headers,
com.alibaba.fastjson.JSONObject object) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addLog(QueriedLog log)
Users of getContextLogs can ignore following methods.
|
int |
getBackLines() |
int |
getForwardLines() |
List<QueriedLog> |
getLogs() |
int |
getTotalLines() |
boolean |
isCompleted()
Check if the result is completed, true at most time.
|
void |
setProcessStatus(String processStatus) |
GetAllHeaders, GetHeader, GetRequestIdpublic List<QueriedLog> getLogs()
public boolean isCompleted()
public int getTotalLines()
public int getBackLines()
public int getForwardLines()
public void addLog(QueriedLog log)
public void setProcessStatus(String processStatus)
Copyright © 2020. All Rights Reserved.