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
|
String |
getEngineVersion()
Get 引擎版本,目前支持 ["5.1", "5.5", "5.6", "5.7", "8.0"]
|
String |
getTemplateType()
Get 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
void |
setEngineType(String EngineType)
Set 参数模板引擎,默认值:InnoDB
|
void |
setEngineVersion(String EngineVersion)
Set 引擎版本,目前支持 ["5.1", "5.5", "5.6", "5.7", "8.0"]
|
void |
setTemplateType(String TemplateType)
Set 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
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, toJsonString
public 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" - 高性能模板。public String getEngineType()
public void setEngineType(String EngineType)
EngineType
- 参数模板引擎,默认值:InnoDBCopyright © 2024. All rights reserved.