public class

DeviceId

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.dev.DeviceId

Class Overview

Contains identification information about the device.

Summary

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

Public Constructors

public DeviceId (Long stationId, String macAddress1, String macAddress2)

Creates a new instance.

Public Methods

public boolean equals (Object o)

public String getMacAddress1 ()

Returns the MAC address of the first interface.

Returns
  • MAC address of the first interface

public String getMacAddress2 ()

Returns the MAC address of the second interface.

Returns
  • MAC address of the second interface

public Long getStationId ()

Returns the device's station ID.

Returns
  • device's station ID

public int hashCode ()

public String toString ()