public class Response extends Object
RequestId: The unique ID assigned by TableStore to each request. If you need assistance from TableStore developers to investigate issues with slow requests or failed requests, please provide this ID.
TraceId: In the logs provided internally by the SDK, this ID tracks the execution information of various stages of a particular request, and can be used to trace logs for troubleshooting problems.
| 构造器和说明 |
|---|
Response()
Internal constructor, please do not use.
|
Response(Response meta)
Internal constructor, please do not use.
|
Response(String requestId)
Internal constructor, please do not use.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRequestId()
Get the RequestId of this request.
|
String |
getTraceId()
Get the TraceId of this request.
|
void |
setRequestId(String requestId)
Set RequestId.
|
void |
setTraceId(String traceId)
Set the TraceId.
|
public Response()
public Response(Response meta)
public Response(String requestId)
requestId - public String getRequestId()
public void setRequestId(String requestId)
requestId - public String getTraceId()
public void setTraceId(String traceId)
traceId - The TraceId.Copyright © 2025. All Rights Reserved.