Class DeviceProperty
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.DeviceProperty
-
public class DeviceProperty extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceName()Get 设备名称。 注意:此字段可能返回 null,表示取不到有效值。StringgetProductId()Get 产品ID。 注意:此字段可能返回 null,表示取不到有效值。StringgetProductName()Get 产品名称。 注意:此字段可能返回 null,表示取不到有效值。StringgetResourceId()Get 设备资源ID。 注意:此字段可能返回 null,表示取不到有效值。voidsetDeviceName(String DeviceName)Set 设备名称。 注意:此字段可能返回 null,表示取不到有效值。voidsetProductId(String ProductId)Set 产品ID。 注意:此字段可能返回 null,表示取不到有效值。voidsetProductName(String ProductName)Set 产品名称。 注意:此字段可能返回 null,表示取不到有效值。voidsetResourceId(String ResourceId)Set 设备资源ID。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,表示取不到有效值。
-
-