public class QueryLogsResponse extends AbstractModel
Constructor and Description |
---|
QueryLogsResponse() |
QueryLogsResponse(QueryLogsResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getContext()
Get 日志查询上下文,用于加载更多日志
|
Boolean |
getListover()
Get 是否已经返回所有符合条件的日志
|
Log[] |
getLogs()
Get 日志内容列表
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setContext(String Context)
Set 日志查询上下文,用于加载更多日志
|
void |
setListover(Boolean Listover)
Set 是否已经返回所有符合条件的日志
|
void |
setLogs(Log[] Logs)
Set 日志内容列表
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryLogsResponse()
public QueryLogsResponse(QueryLogsResponse source)
public String getContext()
public void setContext(String Context)
Context
- 日志查询上下文,用于加载更多日志public Log[] getLogs()
public void setLogs(Log[] Logs)
Logs
- 日志内容列表public Boolean getListover()
public void setListover(Boolean Listover)
Listover
- 是否已经返回所有符合条件的日志public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.