public class BlaubotDeviceMock extends java.lang.Object implements IBlaubotDevice
| Constructor and Description |
|---|
BlaubotDeviceMock(java.lang.String uniqueId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IBlaubotDevice o) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getReadableName() |
java.lang.String |
getUniqueDeviceID()
Note that ; and | are reserved characters which are not allowed to be used as part of the uniqueId
|
int |
hashCode() |
public java.lang.String getUniqueDeviceID()
IBlaubotDevicegetUniqueDeviceID in interface IBlaubotDevicepublic int compareTo(IBlaubotDevice o)
compareTo in interface java.lang.Comparable<IBlaubotDevice>public java.lang.String getReadableName()
getReadableName in interface IBlaubotDevicepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object