public class ModifyTableQuotasRequest extends AbstractModel
Constructor and Description |
---|
ModifyTableQuotasRequest() |
ModifyTableQuotasRequest(ModifyTableQuotasRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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 ModifyTableQuotasRequest()
public ModifyTableQuotasRequest(ModifyTableQuotasRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 带扩缩容表所属集群IDpublic SelectedTableInfoNew[] getTableQuotas()
public void setTableQuotas(SelectedTableInfoNew[] TableQuotas)
TableQuotas
- 已选中待修改的表配额列表Copyright © 2022. All rights reserved.