public class ModifyTableQuotasRequest extends AbstractModel
构造器和说明 |
---|
ModifyTableQuotasRequest() |
限定符和类型 | 方法和说明 |
---|---|
String |
getApplicationId()
Get 带扩缩容表所属应用实例ID
|
SelectedTableInfo[] |
getTableQuotas()
Get 已选中待修改的表配额列表
|
void |
setApplicationId(String ApplicationId)
Set 带扩缩容表所属应用实例ID
|
void |
setTableQuotas(SelectedTableInfo[] 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 getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 带扩缩容表所属应用实例IDpublic SelectedTableInfo[] getTableQuotas()
public void setTableQuotas(SelectedTableInfo[] TableQuotas)
TableQuotas
- 已选中待修改的表配额列表Copyright © 2019. All rights reserved.