Class DeviceModelData

    • Constructor Detail

      • DeviceModelData

        public DeviceModelData()
      • DeviceModelData

        public DeviceModelData​(DeviceModelData 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.
    • Method Detail

      • getTid

        public String getTid()
        Get 设备TID
        Returns:
        Tid 设备TID
      • setTid

        public void setTid​(String Tid)
        Set 设备TID
        Parameters:
        Tid - 设备TID
      • getBranch

        public String getBranch()
        Get 物模型分支路径 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Branch 物模型分支路径 注意:此字段可能返回 null,表示取不到有效值。
      • setBranch

        public void setBranch​(String Branch)
        Set 物模型分支路径 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Branch - 物模型分支路径 注意:此字段可能返回 null,表示取不到有效值。
      • getIotModel

        public String getIotModel()
        Get 物模型数据 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IotModel 物模型数据 注意:此字段可能返回 null,表示取不到有效值。
      • setIotModel

        public void setIotModel​(String IotModel)
        Set 物模型数据 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IotModel - 物模型数据 注意:此字段可能返回 null,表示取不到有效值。