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 |
---|---|
Long[] |
getProductTypes()
Get 产品类型数组。
- 2:Redis 2.8 内存版(标准架构)。
- 3:CKV 3.2 内存版(标准架构)。
- 4:CKV 3.2 内存版(集群架构)。
- 6:Redis 4.0 内存版(标准架构)。
- 7:Redis 4.0 内存版(集群架构)。
- 8:Redis 5.0 内存版(标准架构)。
- 9:Redis 5.0 内存版(集群架构)。
- 15:Redis 6.2 内存版(标准架构)。
- 16:Redis 6.2 内存版(集群架构)。
- 17:Redis 7.0 内存版(标准架构)。
- 18:Redis 7.0 内存版(集群架构)。
|
String[] |
getTemplateIds()
Get 模板ID数组。数组最大长度限制为50
|
String[] |
getTemplateNames()
Get 模板名称数组。数组最大长度限制为50
|
void |
setProductTypes(Long[] ProductTypes)
Set 产品类型数组。
- 2:Redis 2.8 内存版(标准架构)。
- 3:CKV 3.2 内存版(标准架构)。
- 4:CKV 3.2 内存版(集群架构)。
- 6:Redis 4.0 内存版(标准架构)。
- 7:Redis 4.0 内存版(集群架构)。
- 8:Redis 5.0 内存版(标准架构)。
- 9:Redis 5.0 内存版(集群架构)。
- 15:Redis 6.2 内存版(标准架构)。
- 16:Redis 6.2 内存版(集群架构)。
- 17:Redis 7.0 内存版(标准架构)。
- 18:Redis 7.0 内存版(集群架构)。
|
void |
setTemplateIds(String[] TemplateIds)
Set 模板ID数组。数组最大长度限制为50
|
void |
setTemplateNames(String[] TemplateNames)
Set 模板名称数组。数组最大长度限制为50
|
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, toJsonString
public DescribeParamTemplatesRequest()
public DescribeParamTemplatesRequest(DescribeParamTemplatesRequest source)
public Long[] getProductTypes()
public void setProductTypes(Long[] ProductTypes)
ProductTypes
- 产品类型数组。
- 2:Redis 2.8 内存版(标准架构)。
- 3:CKV 3.2 内存版(标准架构)。
- 4:CKV 3.2 内存版(集群架构)。
- 6:Redis 4.0 内存版(标准架构)。
- 7:Redis 4.0 内存版(集群架构)。
- 8:Redis 5.0 内存版(标准架构)。
- 9:Redis 5.0 内存版(集群架构)。
- 15:Redis 6.2 内存版(标准架构)。
- 16:Redis 6.2 内存版(集群架构)。
- 17:Redis 7.0 内存版(标准架构)。
- 18:Redis 7.0 内存版(集群架构)。public String[] getTemplateNames()
public void setTemplateNames(String[] TemplateNames)
TemplateNames
- 模板名称数组。数组最大长度限制为50public String[] getTemplateIds()
public void setTemplateIds(String[] TemplateIds)
TemplateIds
- 模板ID数组。数组最大长度限制为50Copyright © 2024. All rights reserved.