Uses of Class
com.tencentcloudapi.postgres.v20170312.models.ParamSpecRelation
-
Packages that use ParamSpecRelation Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of ParamSpecRelation in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return ParamSpecRelation Modifier and Type Method Description ParamSpecRelation[]
ParamInfo. getSpecRelationSet()
Get 参数规格关联信息,存储具体规格下具体的参数信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type ParamSpecRelation Modifier and Type Method Description void
ParamInfo. setSpecRelationSet(ParamSpecRelation[] SpecRelationSet)
Set 参数规格关联信息,存储具体规格下具体的参数信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type ParamSpecRelation Constructor Description ParamSpecRelation(ParamSpecRelation 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.
-