public class GetDebugLogResponse extends AbstractModel
Constructor and Description |
---|
GetDebugLogResponse() |
Modifier and Type | Method and Description |
---|---|
DebugLogEntry[] |
getDebugLog()
获取调试日志
|
String |
getRequestId()
获取唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getScrollId()
获取查询游标
|
Integer |
getScrollTimeout()
获取游标超时
|
void |
setDebugLog(DebugLogEntry[] DebugLog)
设置调试日志
|
void |
setRequestId(String RequestId)
设置唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setScrollId(String ScrollId)
设置查询游标
|
void |
setScrollTimeout(Integer ScrollTimeout)
设置游标超时
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DebugLogEntry[] getDebugLog()
public void setDebugLog(DebugLogEntry[] DebugLog)
DebugLog
- 调试日志public String getScrollId()
public void setScrollId(String ScrollId)
ScrollId
- 查询游标public Integer getScrollTimeout()
public void setScrollTimeout(Integer ScrollTimeout)
ScrollTimeout
- 游标超时public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2019. All rights reserved.