public static class DescribeTablesResponse.ListItem extends Object
| 构造器和说明 |
|---|
ListItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAllowFullTableScan() |
Boolean |
getBroadcast() |
Integer |
getDbInstType() |
Boolean |
getIsLocked() |
Boolean |
getIsShard() |
String |
getShardKey() |
Integer |
getStatus() |
String |
getTable() |
void |
setAllowFullTableScan(Boolean allowFullTableScan) |
void |
setBroadcast(Boolean broadcast) |
void |
setDbInstType(Integer dbInstType) |
void |
setIsLocked(Boolean isLocked) |
void |
setIsShard(Boolean isShard) |
void |
setShardKey(String shardKey) |
void |
setStatus(Integer status) |
void |
setTable(String table) |
public String getTable()
public void setTable(String table)
public String getShardKey()
public void setShardKey(String shardKey)
public Boolean getIsShard()
public void setIsShard(Boolean isShard)
public Boolean getIsLocked()
public void setIsLocked(Boolean isLocked)
public Integer getDbInstType()
public void setDbInstType(Integer dbInstType)
public Boolean getBroadcast()
public void setBroadcast(Boolean broadcast)
public Boolean getAllowFullTableScan()
public void setAllowFullTableScan(Boolean allowFullTableScan)
public Integer getStatus()
public void setStatus(Integer status)
Copyright © 2021. All Rights Reserved.