public class ModifyTableQuotasRequest extends AbstractModel
Constructor and Description |
---|
ModifyTableQuotasRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get ID of the cluster where the table to be scaled resides
|
SelectedTableInfoNew[] |
getTableQuotas()
Get List of quotas of tables selected for modification
|
void |
setClusterId(String ClusterId)
Set ID of the cluster where the table to be scaled resides
|
void |
setTableQuotas(SelectedTableInfoNew[] TableQuotas)
Set List of quotas of tables selected for modification
|
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
- ID of the cluster where the table to be scaled residespublic SelectedTableInfoNew[] getTableQuotas()
public void setTableQuotas(SelectedTableInfoNew[] TableQuotas)
TableQuotas
- List of quotas of tables selected for modificationCopyright © 2020. All rights reserved.