Skip to main content

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 TypeField and Description
java.lang.StringdeviceIP
The IP address of this device
DeviceTypedeviceType
The type of this device
java.lang.StringmacAddress
The MAC address of this device
java.lang.Stringmodel
The device model
java.lang.StringserialNumber
The serial number of this device
java.lang.StringsoftwareVersion
The software version of this device

Constructor Summary

Constructor and Description

DeviceInfo()

Method Summary

Modifier and TypeMethod and Description
java.lang.StringtoString()

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