com.aliyun.openservices.ots.protocol
接口 OtsProtocol.BatchModifyRowRequestOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
OtsProtocol.BatchModifyRowRequest, OtsProtocol.BatchModifyRowRequest.Builder
包容类:
OtsProtocol

public static interface OtsProtocol.BatchModifyRowRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


方法摘要
 OtsProtocol.ModifyItem getModifyItems(int index)
           
 int getModifyItemsCount()
           
 List<OtsProtocol.ModifyItem> getModifyItemsList()
           
 OtsProtocol.ModifyItemOrBuilder getModifyItemsOrBuilder(int index)
           
 List<? extends OtsProtocol.ModifyItemOrBuilder> getModifyItemsOrBuilderList()
           
 String getTableName()
           
 String getTransactionId()
           
 boolean hasTableName()
           
 boolean hasTransactionId()
           
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法
isInitialized
 

方法详细信息

hasTableName

boolean hasTableName()

getTableName

String getTableName()

getModifyItemsList

List<OtsProtocol.ModifyItem> getModifyItemsList()

getModifyItems

OtsProtocol.ModifyItem getModifyItems(int index)

getModifyItemsCount

int getModifyItemsCount()

getModifyItemsOrBuilderList

List<? extends OtsProtocol.ModifyItemOrBuilder> getModifyItemsOrBuilderList()

getModifyItemsOrBuilder

OtsProtocol.ModifyItemOrBuilder getModifyItemsOrBuilder(int index)

hasTransactionId

boolean hasTransactionId()

getTransactionId

String getTransactionId()


Copyright © 2013. All Rights Reserved.