Uses of Class
com.tencentcloudapi.iot.v20180123.models.UnassociateSubDeviceFromGatewayProductRequest
-
Packages that use UnassociateSubDeviceFromGatewayProductRequest Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of UnassociateSubDeviceFromGatewayProductRequest in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 with parameters of type UnassociateSubDeviceFromGatewayProductRequest Modifier and Type Method Description UnassociateSubDeviceFromGatewayProductResponseIotClient. UnassociateSubDeviceFromGatewayProduct(UnassociateSubDeviceFromGatewayProductRequest req)业务无客户使用,下线接口。 取消子设备产品与网关设备产品的关联 -
Uses of UnassociateSubDeviceFromGatewayProductRequest in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type UnassociateSubDeviceFromGatewayProductRequest Constructor Description UnassociateSubDeviceFromGatewayProductRequest(UnassociateSubDeviceFromGatewayProductRequest 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.
-