public class ListLogResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListLogResponse() | 
| ListLogResponse(ListLogResponse 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 是否还有日志,如有仍有日志,下次查询的请求带上当前请求返回的Context | 
| String | getRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| CLSLogItem[] | getResults()Get 日志列表 | 
| Long | getTotalCount()Get 日志总条数 | 
| void | setContext(String Context)Set 日志上下文 | 
| void | setListover(Boolean Listover)Set 是否还有日志,如有仍有日志,下次查询的请求带上当前请求返回的Context | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | setResults(CLSLogItem[] Results)Set 日志列表 | 
| void | setTotalCount(Long TotalCount)Set 日志总条数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ListLogResponse()
public ListLogResponse(ListLogResponse source)
public String getContext()
public void setContext(String Context)
Context - 日志上下文public Boolean getListover()
public void setListover(Boolean Listover)
Listover - 是否还有日志,如有仍有日志,下次查询的请求带上当前请求返回的Contextpublic CLSLogItem[] getResults()
public void setResults(CLSLogItem[] Results)
Results - 日志列表public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 日志总条数public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.