public class SlsResponse extends Object implements Serializable
构造器和说明 |
---|
SlsResponse(Map<String,String> headers)
Construct the base response body with http headers
|
限定符和类型 | 方法和说明 |
---|---|
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
|
Copyright © 2015. All Rights Reserved.