public class DescribeDefaultParamsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDefaultParamsRequest() | 
| DescribeDefaultParamsRequest(DescribeDefaultParamsRequest 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 | getEngineType()Get 参数模板引擎,默认值:InnoDB,可取值:InnoDB、RocksDB。 | 
| String | getEngineVersion()Get 引擎版本,目前支持 ["5.1", "5.5", "5.6", "5.7", "8.0"]。
说明:引擎版本为必填。 | 
| String | getTemplateType()Get 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。默认值为:HIGH_STABILITY。 | 
| void | setEngineType(String EngineType)Set 参数模板引擎,默认值:InnoDB,可取值:InnoDB、RocksDB。 | 
| void | setEngineVersion(String EngineVersion)Set 引擎版本,目前支持 ["5.1", "5.5", "5.6", "5.7", "8.0"]。
说明:引擎版本为必填。 | 
| void | setTemplateType(String TemplateType)Set 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。默认值为:HIGH_STABILITY。 | 
| 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 DescribeDefaultParamsRequest()
public DescribeDefaultParamsRequest(DescribeDefaultParamsRequest source)
public String getEngineVersion()
public void setEngineVersion(String EngineVersion)
EngineVersion - 引擎版本,目前支持 ["5.1", "5.5", "5.6", "5.7", "8.0"]。
说明:引擎版本为必填。public String getTemplateType()
public void setTemplateType(String TemplateType)
TemplateType - 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。默认值为:HIGH_STABILITY。public String getEngineType()
public void setEngineType(String EngineType)
EngineType - 参数模板引擎,默认值:InnoDB,可取值:InnoDB、RocksDB。Copyright © 2025. All rights reserved.