Uses of Class
com.tencentcloudapi.iss.v20230517.models.RefreshDeviceChannelRequest
-
Packages that use RefreshDeviceChannelRequest Package Description com.tencentcloudapi.iss.v20230517 com.tencentcloudapi.iss.v20230517.models -
-
Uses of RefreshDeviceChannelRequest in com.tencentcloudapi.iss.v20230517
Methods in com.tencentcloudapi.iss.v20230517 with parameters of type RefreshDeviceChannelRequest Modifier and Type Method Description RefreshDeviceChannelResponseIssClient. RefreshDeviceChannel(RefreshDeviceChannelRequest req)用于刷新国标设备的通道(接口调用后,触发向设备请求通道列表,新增的通道入库,设备上已删除的通道需自行删除、后台不自动删除)。 -
Uses of RefreshDeviceChannelRequest in com.tencentcloudapi.iss.v20230517.models
Constructors in com.tencentcloudapi.iss.v20230517.models with parameters of type RefreshDeviceChannelRequest Constructor Description RefreshDeviceChannelRequest(RefreshDeviceChannelRequest 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.
-