Uses of Class
com.tencentcloudapi.postgres.v20170312.models.SpecItemInfo
-
Packages that use SpecItemInfo Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of SpecItemInfo in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return SpecItemInfo Modifier and Type Method Description SpecItemInfo[]
SpecInfo. getSpecItemInfoList()
Get 规格详细信息列表Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type SpecItemInfo Modifier and Type Method Description void
SpecInfo. setSpecItemInfoList(SpecItemInfo[] SpecItemInfoList)
Set 规格详细信息列表Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type SpecItemInfo Constructor Description SpecItemInfo(SpecItemInfo 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.
-