Class DeviceProperty

    • Constructor Detail

      • DeviceProperty

        public DeviceProperty()
      • DeviceProperty

        public DeviceProperty​(DeviceProperty 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

      • getProductId

        public String getProductId()
        Get 产品ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProductId 产品ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setProductId

        public void setProductId​(String ProductId)
        Set 产品ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProductId - 产品ID。 注意:此字段可能返回 null,表示取不到有效值。
      • getProductName

        public String getProductName()
        Get 产品名称。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProductName 产品名称。 注意:此字段可能返回 null,表示取不到有效值。
      • setProductName

        public void setProductName​(String ProductName)
        Set 产品名称。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProductName - 产品名称。 注意:此字段可能返回 null,表示取不到有效值。
      • getDeviceName

        public String getDeviceName()
        Get 设备名称。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DeviceName 设备名称。 注意:此字段可能返回 null,表示取不到有效值。
      • setDeviceName

        public void setDeviceName​(String DeviceName)
        Set 设备名称。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DeviceName - 设备名称。 注意:此字段可能返回 null,表示取不到有效值。
      • getResourceId

        public String getResourceId()
        Get 设备资源ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ResourceId 设备资源ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setResourceId

        public void setResourceId​(String ResourceId)
        Set 设备资源ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ResourceId - 设备资源ID。 注意:此字段可能返回 null,表示取不到有效值。