com.aliyun.openservices.ots.model
类 MultiPutRowItem

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

public class MultiPutRowItem
extends Object

MultiPutRow所需的参数。


构造方法摘要
MultiPutRowItem(String tableName, RowPutChange rowPutChange)
           
 
方法摘要
 RowPutChange getRowPutChange()
           
 String getTableName()
           
 void setRowPutChange(RowPutChange rowPutChange)
           
 void setTableName(String tableName)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MultiPutRowItem

public MultiPutRowItem(String tableName,
                       RowPutChange rowPutChange)
方法详细信息

setTableName

public void setTableName(String tableName)

getTableName

public String getTableName()

setRowPutChange

public void setRowPutChange(RowPutChange rowPutChange)

getRowPutChange

public RowPutChange getRowPutChange()


Copyright © 2013. All Rights Reserved.