public class DescribeParamTemplatesRequest extends AbstractModel
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 |
---|---|
Long[] |
getProductTypes()
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[] |
getTemplateIds()
Get 模板ID数组。
|
String[] |
getTemplateNames()
Get 模板名称数组。
|
void |
setProductTypes(Long[] ProductTypes)
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 |
setTemplateIds(String[] 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeParamTemplatesRequest()
public DescribeParamTemplatesRequest(DescribeParamTemplatesRequest source)
public Long[] getProductTypes()
public void setProductTypes(Long[] ProductTypes)
ProductTypes
- 产品类型数组。产品类型: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内存版(集群架构)public String[] getTemplateNames()
public void setTemplateNames(String[] TemplateNames)
TemplateNames
- 模板名称数组。public String[] getTemplateIds()
public void setTemplateIds(String[] TemplateIds)
TemplateIds
- 模板ID数组。Copyright © 2021. All rights reserved.