com.aliyun.openservices.ots.model
类 OTSResultFactory

java.lang.Object
  继承者 com.aliyun.openservices.ots.model.OTSResultFactory

public class OTSResultFactory
extends Object


构造方法摘要
OTSResultFactory()
           
 
方法摘要
static BatchGetRowResult createBatchGetRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.BatchGetRowResponse batchGetRowResponse)
           
static BatchWriteRowResult createBatchWriteRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.BatchWriteRowResponse batchWriteRowResponse)
           
static CreateTableResult createCreateTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.CreateTableResponse createTableResponse)
           
static DeleteRowResult createDeleteRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.DeleteRowResponse deleteRowResponse)
           
static DeleteTableResult createDeleteTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.DeleteTableResponse deleteTableResponse)
           
static DescribeTableResult createDescribeTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.DescribeTableResponse describeTableResponse)
           
static GetRangeResult createGetRangeResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.GetRangeResponse getRangeResponse)
           
static GetRowResult createGetRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.GetRowResponse getRowResponse)
           
static ListTableResult createListTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.ListTableResponse listTableResponse)
           
static PutRowResult createPutRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.PutRowResponse putRowResponse)
           
static UpdateRowResult createUpdateRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.UpdateRowResponse updateRowResponse)
           
static UpdateTableResult createUpdateTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response, OtsProtocol2.UpdateTableResponse updateTableResponse)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

OTSResultFactory

public OTSResultFactory()
方法详细信息

createCreateTableResult

public static CreateTableResult createCreateTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                                        OtsProtocol2.CreateTableResponse createTableResponse)

createListTableResult

public static ListTableResult createListTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                                    OtsProtocol2.ListTableResponse listTableResponse)

createDescribeTableResult

public static DescribeTableResult createDescribeTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                                            OtsProtocol2.DescribeTableResponse describeTableResponse)

createDeleteTableResult

public static DeleteTableResult createDeleteTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                                        OtsProtocol2.DeleteTableResponse deleteTableResponse)

createUpdateTableResult

public static UpdateTableResult createUpdateTableResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                                        OtsProtocol2.UpdateTableResponse updateTableResponse)

createGetRowResult

public static GetRowResult createGetRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                              OtsProtocol2.GetRowResponse getRowResponse)

createPutRowResult

public static PutRowResult createPutRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                              OtsProtocol2.PutRowResponse putRowResponse)

createUpdateRowResult

public static UpdateRowResult createUpdateRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                                    OtsProtocol2.UpdateRowResponse updateRowResponse)

createDeleteRowResult

public static DeleteRowResult createDeleteRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                                    OtsProtocol2.DeleteRowResponse deleteRowResponse)

createGetRangeResult

public static GetRangeResult createGetRangeResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                                  OtsProtocol2.GetRangeResponse getRangeResponse)

createBatchGetRowResult

public static BatchGetRowResult createBatchGetRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                                        OtsProtocol2.BatchGetRowResponse batchGetRowResponse)

createBatchWriteRowResult

public static BatchWriteRowResult createBatchWriteRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
                                                            OtsProtocol2.BatchWriteRowResponse batchWriteRowResponse)


Copyright © 2014. All Rights Reserved.