com.aliyun.openservices.ots.model
类 ListTableResult

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

public class ListTableResult
extends OTSResult


方法摘要
 List<String> getTableNames()
          获取表的名称列表。
 
从类 com.aliyun.openservices.ots.model.OTSResult 继承的方法
getRequestID, setRequestID
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getTableNames

public List<String> getTableNames()
获取表的名称列表。

返回:
表的名称列表。


Copyright © 2014. All Rights Reserved.