Class FenceBindProductItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.models.FenceBindProductItem
-
public class FenceBindProductItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FenceBindProductItem()
FenceBindProductItem(FenceBindProductItem 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 FenceBindDeviceItem[]
getDevices()
Get 围栏绑定的设备信息String
getProductId()
Get 围栏绑定的产品Idvoid
setDevices(FenceBindDeviceItem[] Devices)
Set 围栏绑定的设备信息void
setProductId(String ProductId)
Set 围栏绑定的产品Idvoid
toMap(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
-
FenceBindProductItem
public FenceBindProductItem()
-
FenceBindProductItem
public FenceBindProductItem(FenceBindProductItem 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
-
getDevices
public FenceBindDeviceItem[] getDevices()
Get 围栏绑定的设备信息- Returns:
- Devices 围栏绑定的设备信息
-
setDevices
public void setDevices(FenceBindDeviceItem[] Devices)
Set 围栏绑定的设备信息- Parameters:
Devices
- 围栏绑定的设备信息
-
getProductId
public String getProductId()
Get 围栏绑定的产品Id- Returns:
- ProductId 围栏绑定的产品Id
-
setProductId
public void setProductId(String ProductId)
Set 围栏绑定的产品Id- Parameters:
ProductId
- 围栏绑定的产品Id
-
-