public class ParamTemplateInfo extends AbstractModel
Constructor and Description |
---|
ParamTemplateInfo() |
ParamTemplateInfo(ParamTemplateInfo 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 |
getDescription()
Get 参数模板描述
|
String |
getName()
Get 参数模板名称
|
Long |
getProductType()
Get 产品类型:1 – Redis2.8内存版(集群架构),2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),5 – Redis2.8内存版(单机),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)
|
String |
getTemplateId()
Get 参数模板ID
|
void |
setDescription(String Description)
Set 参数模板描述
|
void |
setName(String Name)
Set 参数模板名称
|
void |
setProductType(Long ProductType)
Set 产品类型:1 – Redis2.8内存版(集群架构),2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),5 – Redis2.8内存版(单机),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)
|
void |
setTemplateId(String TemplateId)
Set 参数模板ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ParamTemplateInfo()
public ParamTemplateInfo(ParamTemplateInfo source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 参数模板IDpublic String getName()
public void setName(String Name)
Name
- 参数模板名称public String getDescription()
public void setDescription(String Description)
Description
- 参数模板描述public Long getProductType()
public void setProductType(Long ProductType)
ProductType
- 产品类型:1 – Redis2.8内存版(集群架构),2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),5 – Redis2.8内存版(单机),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)Copyright © 2022. All rights reserved.