Class DeviceInfo
com.poly.polyos.room
Class DeviceInfo
- java.lang.Object
- com.poly.polyos.room.DeviceInfo
public class
DeviceInfo
extends java.lang.Object
Provides information about a device in this room.
Since:
3.0.38
Field Summary
Modifier and Type | Field and Description |
---|---|
java.lang.String | deviceIP |
The IP address of this device | |
DeviceType | deviceType |
The type of this device | |
java.lang.String | macAddress |
The MAC address of this device | |
java.lang.String | model |
The device model | |
java.lang.String | serialNumber |
The serial number of this device | |
java.lang.String | softwareVersion |
The software version of this device |
Constructor Summary
Constructor and Description
DeviceInfo()
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String | toString() |
Methods inherited from class java.lang.Object
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, wait
, wait
, wait
Field Detail
deviceType
public DeviceType deviceType
The type of this device
deviceIP
public java.lang.String deviceIP
The IP address of this device
macAddress
public java.lang.String macAddress
The MAC address of this device
softwareVersion
public java.lang.String softwareVersion
The software version of this device
serialNumber
public java.lang.String serialNumber
The serial number of this device
model
public java.lang.String model
The device model
Since:
3.3.0.0-8
Constructor Detail
DeviceInfo
public DeviceInfo()
Method Detail
toString
public java.lang.String toString()
Overrides:
toString
in class java.lang.Object