public class OpenCoolDownPolicyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OpenCoolDownPolicyRequest()  | 
OpenCoolDownPolicyRequest(OpenCoolDownPolicyRequest 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 | 
getBatchOpenCoolDownPartitions()
Get Separate with commas, for example, p1,p2,p3. 
 | 
String | 
getBatchOpenCoolDownTables()
Get Separate with commas. 
 | 
String | 
getDatabaseName()
Get DB name 
 | 
String | 
getInstanceId()
Get Instance ID 
 | 
String | 
getOperationType()
Get Operation type 
 | 
String | 
getPolicyName()
Get Policy name required for binding 
 | 
String | 
getTableName()
Get Table name 
 | 
void | 
setBatchOpenCoolDownPartitions(String BatchOpenCoolDownPartitions)
Set Separate with commas, for example, p1,p2,p3. 
 | 
void | 
setBatchOpenCoolDownTables(String BatchOpenCoolDownTables)
Set Separate with commas. 
 | 
void | 
setDatabaseName(String DatabaseName)
Set DB name 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID 
 | 
void | 
setOperationType(String OperationType)
Set Operation type 
 | 
void | 
setPolicyName(String PolicyName)
Set Policy name required for binding 
 | 
void | 
setTableName(String TableName)
Set Table name 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OpenCoolDownPolicyRequest()
public OpenCoolDownPolicyRequest(OpenCoolDownPolicyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName - DB namepublic String getTableName()
public void setTableName(String TableName)
TableName - Table namepublic String getOperationType()
public void setOperationType(String OperationType)
OperationType - Operation typepublic String getBatchOpenCoolDownTables()
public void setBatchOpenCoolDownTables(String BatchOpenCoolDownTables)
BatchOpenCoolDownTables - Separate with commas. The DB name is required, for example, db1.tb1,db1.tb2,db2.tb1.public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName - Policy name required for bindingpublic String getBatchOpenCoolDownPartitions()
public void setBatchOpenCoolDownPartitions(String BatchOpenCoolDownPartitions)
BatchOpenCoolDownPartitions - Separate with commas, for example, p1,p2,p3.Copyright © 2025. All rights reserved.