public class Response extends Object implements Serializable
| Constructor and Description |
|---|
Response(Map<String,String> headers)
Construct the base response body with http headers
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
GetAllHeaders()
Get all http headers
|
String |
GetHeader(String key)
Get the value of a key in the http response header, if the key is not
found, it will return empty
|
String |
GetRequestId()
Get the request id of the response
|
public String GetRequestId()
public String GetHeader(String key)
key - key nameCopyright © 2025. All Rights Reserved.