public class FenceBindProductItem extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
FenceBindDeviceItem[] |
getDevices()
Get 围栏绑定的设备信息
|
String |
getProductId()
Get 围栏绑定的产品Id
|
void |
setDevices(FenceBindDeviceItem[] Devices)
Set 围栏绑定的设备信息
|
void |
setProductId(String ProductId)
Set 围栏绑定的产品Id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FenceBindProductItem()
public FenceBindProductItem(FenceBindProductItem source)
public FenceBindDeviceItem[] getDevices()
public void setDevices(FenceBindDeviceItem[] Devices)
Devices
- 围栏绑定的设备信息public String getProductId()
public void setProductId(String ProductId)
ProductId
- 围栏绑定的产品IdCopyright © 2022. All rights reserved.