public class IotDevice extends AlipayObject
| Constructor and Description |
|---|
IotDevice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBluetoothMac()
Gets bluetooth mac.
|
String |
getControlUrl()
Gets control url.
|
String |
getDeviceId()
Gets device id.
|
String |
getDeviceName()
Gets device name.
|
String |
getModelId()
Gets model id.
|
String |
getSn()
Gets sn.
|
String |
getWifiMac()
Gets wifi mac.
|
void |
setBluetoothMac(String bluetoothMac)
Sets bluetooth mac.
|
void |
setControlUrl(String controlUrl)
Sets control url.
|
void |
setDeviceId(String deviceId)
Sets device id.
|
void |
setDeviceName(String deviceName)
Sets device name.
|
void |
setModelId(String modelId)
Sets model id.
|
void |
setSn(String sn)
Sets sn.
|
void |
setWifiMac(String wifiMac)
Sets wifi mac.
|
public String getBluetoothMac()
public void setBluetoothMac(String bluetoothMac)
bluetoothMac - the bluetooth macpublic String getControlUrl()
public void setControlUrl(String controlUrl)
controlUrl - the control urlpublic String getDeviceId()
public void setDeviceId(String deviceId)
deviceId - the device idpublic String getDeviceName()
public void setDeviceName(String deviceName)
deviceName - the device namepublic String getModelId()
public void setModelId(String modelId)
modelId - the model idpublic String getSn()
public void setSn(String sn)
sn - the snpublic String getWifiMac()
public void setWifiMac(String wifiMac)
wifiMac - the wifi macCopyright © 2018. All rights reserved.