public class ListSDKLogResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListSDKLogResponse() | 
| ListSDKLogResponse(ListSDKLogResponse 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。 | 
| SDKLogItem[] | getResults()Get 日志列表 | 
| void | setContext(String Context)Set 日志检索上下文 | 
| void | setListover(Boolean Listover)Set 是否还有日志,如有仍有日志,下次查询的请求带上当前请求返回的Context | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | setResults(SDKLogItem[] Results)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 ListSDKLogResponse()
public ListSDKLogResponse(ListSDKLogResponse source)
public String getContext()
public void setContext(String Context)
Context - 日志检索上下文public Boolean getListover()
public void setListover(Boolean Listover)
Listover - 是否还有日志,如有仍有日志,下次查询的请求带上当前请求返回的Contextpublic SDKLogItem[] getResults()
public void setResults(SDKLogItem[] Results)
Results - 日志列表public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.