com.aliyun.openservices.ots.model
类 UpdateRowRequest

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

public class UpdateRowRequest
extends Object


构造方法摘要
UpdateRowRequest()
           
UpdateRowRequest(RowUpdateChange rowChange)
           
 
方法摘要
 RowUpdateChange getRowChange()
          获取UpdateRow的请求参数。
 void setRowChange(RowUpdateChange rowChange)
          设置UpdateRow的请求参数。
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

UpdateRowRequest

public UpdateRowRequest()

UpdateRowRequest

public UpdateRowRequest(RowUpdateChange rowChange)
方法详细信息

getRowChange

public RowUpdateChange getRowChange()
获取UpdateRow的请求参数。

返回:
UpdateRow的请求参数。

setRowChange

public void setRowChange(RowUpdateChange rowChange)
设置UpdateRow的请求参数。

参数:
rowChange -


Copyright © 2014. All Rights Reserved.