Class ModifyParamTemplateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.ModifyParamTemplateRequest
-
public class ModifyParamTemplateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyParamTemplateRequest()
ModifyParamTemplateRequest(ModifyParamTemplateRequest 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 String
getDescription()
Get 模板描述,长度不超过255。String
getName()
Get 模板名称,长度不超过64。Parameter[]
getParamList()
Get 参数列表。Long
getTemplateId()
Get 模板 ID。void
setDescription(String Description)
Set 模板描述,长度不超过255。void
setName(String Name)
Set 模板名称,长度不超过64。void
setParamList(Parameter[] ParamList)
Set 参数列表。void
setTemplateId(Long TemplateId)
Set 模板 ID。void
toMap(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
-
ModifyParamTemplateRequest
public ModifyParamTemplateRequest()
-
ModifyParamTemplateRequest
public ModifyParamTemplateRequest(ModifyParamTemplateRequest 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
-
getTemplateId
public Long getTemplateId()
Get 模板 ID。- Returns:
- TemplateId 模板 ID。
-
setTemplateId
public void setTemplateId(Long TemplateId)
Set 模板 ID。- Parameters:
TemplateId
- 模板 ID。
-
getName
public String getName()
Get 模板名称,长度不超过64。- Returns:
- Name 模板名称,长度不超过64。
-
setName
public void setName(String Name)
Set 模板名称,长度不超过64。- Parameters:
Name
- 模板名称,长度不超过64。
-
getDescription
public String getDescription()
Get 模板描述,长度不超过255。- Returns:
- Description 模板描述,长度不超过255。
-
setDescription
public void setDescription(String Description)
Set 模板描述,长度不超过255。- Parameters:
Description
- 模板描述,长度不超过255。
-
getParamList
public Parameter[] getParamList()
Get 参数列表。- Returns:
- ParamList 参数列表。
-
setParamList
public void setParamList(Parameter[] ParamList)
Set 参数列表。- Parameters:
ParamList
- 参数列表。
-
-