public class AlipayCommerceIotDevicelistCreateModel extends AlipayObject
Constructor and Description |
---|
AlipayCommerceIotDevicelistCreateModel() |
Modifier and Type | Method and Description |
---|---|
List<IotDevice> |
getDeviceList()
Gets device list.
|
List<IotDevicePersonalInfo> |
getDevicePersonalInfoList()
Gets device personal info list.
|
String |
getProtocolSupplierId()
Gets protocol supplier id.
|
String |
getUserId()
Gets user id.
|
void |
setDeviceList(List<IotDevice> deviceList)
Sets device list.
|
void |
setDevicePersonalInfoList(List<IotDevicePersonalInfo> devicePersonalInfoList)
Sets device personal info list.
|
void |
setProtocolSupplierId(String protocolSupplierId)
Sets protocol supplier id.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipayCommerceIotDevicelistCreateModel()
public void setDeviceList(List<IotDevice> deviceList)
deviceList
- the device listpublic List<IotDevicePersonalInfo> getDevicePersonalInfoList()
public void setDevicePersonalInfoList(List<IotDevicePersonalInfo> devicePersonalInfoList)
devicePersonalInfoList
- the device personal info listpublic String getProtocolSupplierId()
public void setProtocolSupplierId(String protocolSupplierId)
protocolSupplierId
- the protocol supplier idpublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.