Uses of Class
com.tencentcloudapi.iot.v20180123.models.GetProductResponse
-
Packages that use GetProductResponse Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of GetProductResponse in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 that return GetProductResponse Modifier and Type Method Description GetProductResponseIotClient. GetProduct(GetProductRequest req)获取产品定义的详细信息,包括产品名称、产品描述,鉴权模式等信息。 -
Uses of GetProductResponse in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type GetProductResponse Constructor Description GetProductResponse(GetProductResponse 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.
-