v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.dev.DeviceId |
Contains identification information about the device.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
DeviceId(Long stationId, String macAddress1, String macAddress2)
Creates a new instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| String |
getMacAddress1()
Returns the MAC address of the first interface.
| ||||||||||
| String |
getMacAddress2()
Returns the MAC address of the second interface.
| ||||||||||
| Long |
getStationId()
Returns the device's station ID.
| ||||||||||
| int | hashCode() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance.
Returns the MAC address of the first interface.
Returns the MAC address of the second interface.
Returns the device's station ID.