Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.SpecItem
-
Packages that use SpecItem Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of SpecItem in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return SpecItem Modifier and Type Method Description SpecItem[]
SpecificationInfo. getSpecItems()
Get 售卖规格信息Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type SpecItem Modifier and Type Method Description void
SpecificationInfo. setSpecItems(SpecItem[] SpecItems)
Set 售卖规格信息Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type SpecItem Constructor Description SpecItem(SpecItem 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.
-