public class DescribeParamTemplatesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeParamTemplatesRequest() | 
| DescribeParamTemplatesRequest(DescribeParamTemplatesRequest 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[] | getEngineTypes()Get 引擎类型,缺省则查询所有。可取值为:InnoDB、RocksDB,不区分大小写。 | 
| String[] | getEngineVersions()Get 引擎版本,缺省则查询所有。可取值为:5.5、5.6、5.7、8.0。 | 
| Long[] | getTemplateIds()Get 模板 ID,缺省则查询所有。 | 
| String[] | getTemplateNames()Get 模板名称,缺省则查询所有。支持模糊匹配。 | 
| void | setEngineTypes(String[] EngineTypes)Set 引擎类型,缺省则查询所有。可取值为:InnoDB、RocksDB,不区分大小写。 | 
| void | setEngineVersions(String[] EngineVersions)Set 引擎版本,缺省则查询所有。可取值为:5.5、5.6、5.7、8.0。 | 
| void | setTemplateIds(Long[] TemplateIds)Set 模板 ID,缺省则查询所有。 | 
| void | setTemplateNames(String[] TemplateNames)Set 模板名称,缺省则查询所有。支持模糊匹配。 | 
| 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 DescribeParamTemplatesRequest()
public DescribeParamTemplatesRequest(DescribeParamTemplatesRequest source)
public String[] getEngineVersions()
public void setEngineVersions(String[] EngineVersions)
EngineVersions - 引擎版本,缺省则查询所有。可取值为:5.5、5.6、5.7、8.0。public String[] getEngineTypes()
public void setEngineTypes(String[] EngineTypes)
EngineTypes - 引擎类型,缺省则查询所有。可取值为:InnoDB、RocksDB,不区分大小写。public String[] getTemplateNames()
public void setTemplateNames(String[] TemplateNames)
TemplateNames - 模板名称,缺省则查询所有。支持模糊匹配。public Long[] getTemplateIds()
public void setTemplateIds(Long[] TemplateIds)
TemplateIds - 模板 ID,缺省则查询所有。Copyright © 2025. All rights reserved.