类 BatchGetItemResponseUnmarshaller
- java.lang.Object
-
- com.baidubce.services.moladb.model.transform.BatchGetItemResponseUnmarshaller
-
- 所有已实现的接口:
Unmarshaller<BatchGetItemResponse,InputStream>
public class BatchGetItemResponseUnmarshaller extends Object implements Unmarshaller<BatchGetItemResponse,InputStream>
-
-
构造器概要
构造器 构造器 说明 BatchGetItemResponseUnmarshaller(AbstractBceResponse response)
-
-
-
构造器详细资料
-
BatchGetItemResponseUnmarshaller
public BatchGetItemResponseUnmarshaller(AbstractBceResponse response)
-
-
方法详细资料
-
unmarshall
public BatchGetItemResponse unmarshall(InputStream stream) throws Exception
- 指定者:
unmarshall在接口中Unmarshaller<BatchGetItemResponse,InputStream>- 抛出:
Exception
-
-