public class DeviceProperty extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceProperty() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDeviceName()Get 设备名称。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getProductId()Get 产品ID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getProductName()Get 产品名称。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getResourceId()Get 设备资源ID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDeviceName(String DeviceName)Set 设备名称。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProductId(String ProductId)Set 产品ID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProductName(String ProductName)Set 产品名称。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setResourceId(String ResourceId)Set 设备资源ID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeviceProperty()
public DeviceProperty(DeviceProperty source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品ID。
注意:此字段可能返回 null,表示取不到有效值。public String getProductName()
public void setProductName(String ProductName)
ProductName - 产品名称。
注意:此字段可能返回 null,表示取不到有效值。public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称。
注意:此字段可能返回 null,表示取不到有效值。public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - 设备资源ID。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.