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