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