Uses of Class
com.tencentcloudapi.postgres.v20170312.models.ParamInfo
-
Packages that use ParamInfo Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of ParamInfo in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return ParamInfo Modifier and Type Method Description ParamInfo[]DescribeDBInstanceParametersResponse. getDetail()Get 参数列表返回详情ParamInfo[]DescribeDefaultParametersResponse. getParamInfoSet()Get 参数信息 注意:此字段可能返回 null,表示取不到有效值。ParamInfo[]DescribeParameterTemplateAttributesResponse. getParamInfoSet()Get 参数模板包含的参数信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type ParamInfo Modifier and Type Method Description voidDescribeDBInstanceParametersResponse. setDetail(ParamInfo[] Detail)Set 参数列表返回详情voidDescribeDefaultParametersResponse. setParamInfoSet(ParamInfo[] ParamInfoSet)Set 参数信息 注意:此字段可能返回 null,表示取不到有效值。voidDescribeParameterTemplateAttributesResponse. setParamInfoSet(ParamInfo[] ParamInfoSet)Set 参数模板包含的参数信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type ParamInfo Constructor Description ParamInfo(ParamInfo 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.
-