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 Product type array.
|
String[] |
getTemplateIds()
Get Template ID array, with the maximum array length of 50.
|
String[] |
getTemplateNames()
Get Template name array, with the maximum array length of 50.
|
void |
setProductTypes(Long[] ProductTypes)
Set Product type array.
|
void |
setTemplateIds(String[] TemplateIds)
Set Template ID array, with the maximum array length of 50.
|
void |
setTemplateNames(String[] TemplateNames)
Set Template name array, with the maximum array length of 50.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeParamTemplatesRequest()
public DescribeParamTemplatesRequest(DescribeParamTemplatesRequest source)
public Long[] getProductTypes()
public void setProductTypes(Long[] ProductTypes)
ProductTypes
- Product type array.
- 2: Redis 2.8 Memory Edition (standard architecture).
- 3: CKV 3.2 Memory Edition (standard architecture).
- 4: CKV 3.2 Memory Edition (cluster architecture).
- 6: Redis 4.0 Memory Edition (standard architecture).
- 7: Redis 4.0 Memory Edition (cluster architecture).
- 8: Redis 5.0 Memory Edition (standard architecture).
- 9: Redis 5.0 Memory Edition (cluster architecture).
- 15: Redis 6.2 Memory Edition (standard architecture).
- 16: Redis 6.2 Memory Edition (cluster architecture).
- 17: Redis 7.0 Memory Edition (standard architecture).
- 18: Redis 7.0 Memory Edition (cluster architecture).public String[] getTemplateNames()
public void setTemplateNames(String[] TemplateNames)
TemplateNames
- Template name array, with the maximum array length of 50.public String[] getTemplateIds()
public void setTemplateIds(String[] TemplateIds)
TemplateIds
- Template ID array, with the maximum array length of 50.Copyright © 2025. All rights reserved.