public class ModifyTableQuotasRequest extends AbstractModel
Constructor and Description |
---|
ModifyTableQuotasRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 带扩缩容表所属集群ID
|
SelectedTableInfoNew[] |
getTableQuotas()
Get 已选中待修改的表配额列表
|
void |
setClusterId(String ClusterId)
Set 带扩缩容表所属集群ID
|
void |
setTableQuotas(SelectedTableInfoNew[] TableQuotas)
Set 已选中待修改的表配额列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 带扩缩容表所属集群IDpublic SelectedTableInfoNew[] getTableQuotas()
public void setTableQuotas(SelectedTableInfoNew[] TableQuotas)
TableQuotas
- 已选中待修改的表配额列表Copyright © 2020. All rights reserved.