Uses of Class
com.tencentcloudapi.iot.v20180123.models.ProductEntry
-
Packages that use ProductEntry Package Description com.tencentcloudapi.iot.v20180123.models -
-
Uses of ProductEntry in com.tencentcloudapi.iot.v20180123.models
Methods in com.tencentcloudapi.iot.v20180123.models that return ProductEntry Modifier and Type Method Description ProductEntry[]GetProductsResponse. getProducts()Get Product列表Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type ProductEntry Modifier and Type Method Description voidGetProductsResponse. setProducts(ProductEntry[] Products)Set Product列表Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type ProductEntry Constructor Description ProductEntry(ProductEntry 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.
-