Uses of Class
com.tencentcloudapi.redis.v20180412.models.ParamTemplateInfo
-
Packages that use ParamTemplateInfo Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of ParamTemplateInfo in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return ParamTemplateInfo Modifier and Type Method Description ParamTemplateInfo[]DescribeParamTemplatesResponse. getItems()Get 参数模板详情。Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type ParamTemplateInfo Modifier and Type Method Description voidDescribeParamTemplatesResponse. setItems(ParamTemplateInfo[] Items)Set 参数模板详情。Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type ParamTemplateInfo Constructor Description 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.
-