Class CreateParamTemplateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.CreateParamTemplateRequest
-
public class CreateParamTemplateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateParamTemplateRequest()CreateParamTemplateRequest(CreateParamTemplateRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get 参数模板描述。StringgetEngineType()Get 实例引擎类型,默认为"InnoDB",支持值包括:"InnoDB","RocksDB"。StringgetEngineVersion()Get MySQL 版本号。StringgetName()Get 参数模板名称。Parameter[]getParamList()Get 参数列表。LonggetTemplateId()Get 源参数模板 ID。StringgetTemplateType()Get 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。voidsetDescription(String Description)Set 参数模板描述。voidsetEngineType(String EngineType)Set 实例引擎类型,默认为"InnoDB",支持值包括:"InnoDB","RocksDB"。voidsetEngineVersion(String EngineVersion)Set MySQL 版本号。voidsetName(String Name)Set 参数模板名称。voidsetParamList(Parameter[] ParamList)Set 参数列表。voidsetTemplateId(Long TemplateId)Set 源参数模板 ID。voidsetTemplateType(String TemplateType)Set 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateParamTemplateRequest
public CreateParamTemplateRequest()
-
CreateParamTemplateRequest
public CreateParamTemplateRequest(CreateParamTemplateRequest 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.
-
-
Method Detail
-
getName
public String getName()
Get 参数模板名称。- Returns:
- Name 参数模板名称。
-
setName
public void setName(String Name)
Set 参数模板名称。- Parameters:
Name- 参数模板名称。
-
getDescription
public String getDescription()
Get 参数模板描述。- Returns:
- Description 参数模板描述。
-
setDescription
public void setDescription(String Description)
Set 参数模板描述。- Parameters:
Description- 参数模板描述。
-
getEngineVersion
public String getEngineVersion()
Get MySQL 版本号。- Returns:
- EngineVersion MySQL 版本号。
-
setEngineVersion
public void setEngineVersion(String EngineVersion)
Set MySQL 版本号。- Parameters:
EngineVersion- MySQL 版本号。
-
getTemplateId
public Long getTemplateId()
Get 源参数模板 ID。- Returns:
- TemplateId 源参数模板 ID。
-
setTemplateId
public void setTemplateId(Long TemplateId)
Set 源参数模板 ID。- Parameters:
TemplateId- 源参数模板 ID。
-
getParamList
public Parameter[] getParamList()
Get 参数列表。- Returns:
- ParamList 参数列表。
-
setParamList
public void setParamList(Parameter[] ParamList)
Set 参数列表。- Parameters:
ParamList- 参数列表。
-
getTemplateType
public String getTemplateType()
Get 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。- Returns:
- TemplateType 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
-
setTemplateType
public void setTemplateType(String TemplateType)
Set 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。- Parameters:
TemplateType- 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
-
getEngineType
public String getEngineType()
Get 实例引擎类型,默认为"InnoDB",支持值包括:"InnoDB","RocksDB"。- Returns:
- EngineType 实例引擎类型,默认为"InnoDB",支持值包括:"InnoDB","RocksDB"。
-
setEngineType
public void setEngineType(String EngineType)
Set 实例引擎类型,默认为"InnoDB",支持值包括:"InnoDB","RocksDB"。- Parameters:
EngineType- 实例引擎类型,默认为"InnoDB",支持值包括:"InnoDB","RocksDB"。
-
-