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