Uses of Class
com.tencentcloudapi.hasim.v20210716.models.DeviceReport
-
Packages that use DeviceReport Package Description com.tencentcloudapi.hasim.v20210716.models -
-
Uses of DeviceReport in com.tencentcloudapi.hasim.v20210716.models
Methods in com.tencentcloudapi.hasim.v20210716.models that return DeviceReport Modifier and Type Method Description DeviceReportLinkDetailInfo. getReport()Get 设备最新上报信息 注意:此字段可能返回 null,表示取不到有效值。DeviceReportLinkInfo. getReport()Get 设备最新上报信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.hasim.v20210716.models with parameters of type DeviceReport Modifier and Type Method Description voidLinkDetailInfo. setReport(DeviceReport Report)Set 设备最新上报信息 注意:此字段可能返回 null,表示取不到有效值。voidLinkInfo. setReport(DeviceReport Report)Set 设备最新上报信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.hasim.v20210716.models with parameters of type DeviceReport Constructor Description DeviceReport(DeviceReport 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.
-