Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.ProductResourceInfo
-
Packages that use ProductResourceInfo Package Description com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of ProductResourceInfo in com.tencentcloudapi.iotcloud.v20210408.models
Methods in com.tencentcloudapi.iotcloud.v20210408.models that return ProductResourceInfo Modifier and Type Method Description ProductResourceInfoDescribeProductResourceResponse. getResult()Get 资源详情 注意:此字段可能返回 null,表示取不到有效值。ProductResourceInfo[]DescribeProductResourcesResponse. getResult()Get 资源详情 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type ProductResourceInfo Modifier and Type Method Description voidDescribeProductResourceResponse. setResult(ProductResourceInfo Result)Set 资源详情 注意:此字段可能返回 null,表示取不到有效值。voidDescribeProductResourcesResponse. setResult(ProductResourceInfo[] Result)Set 资源详情 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type ProductResourceInfo Constructor Description ProductResourceInfo(ProductResourceInfo 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.
-