类 ListKeyRangesResponseUnmarshaller
- java.lang.Object
-
- com.baidubce.services.tablestorage.model.transform.ListKeyRangesResponseUnmarshaller
-
- 所有已实现的接口:
Unmarshaller<ListKeyRangesResponse,InputStream>
public class ListKeyRangesResponseUnmarshaller extends Object implements Unmarshaller<ListKeyRangesResponse,InputStream>
Used to parse ListKeyRangesResponse from HttpResponse body
-
-
构造器概要
构造器 构造器 说明 ListKeyRangesResponseUnmarshaller(AbstractBceResponse response)Constructs a list tables response unmarshaller with response object.
-
-
-
构造器详细资料
-
ListKeyRangesResponseUnmarshaller
public ListKeyRangesResponseUnmarshaller(AbstractBceResponse response)
Constructs a list tables response unmarshaller with response object.- 参数:
response- The list tables response object used to store unmarshalled result.
-
-
方法详细资料
-
unmarshall
public ListKeyRangesResponse unmarshall(InputStream in) throws Exception
Unmarshal the result of response from TableStorage.- 指定者:
unmarshall在接口中Unmarshaller<ListKeyRangesResponse,InputStream>- 参数:
in- The input stream of content to be unmarshalled.- 返回:
- The list tables response object.
- 抛出:
Exception
-
-