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()
IBlaubotDevice
getUniqueDeviceID
in interface IBlaubotDevice
public int compareTo(IBlaubotDevice o)
compareTo
in interface java.lang.Comparable<IBlaubotDevice>
public java.lang.String getReadableName()
getReadableName
in interface IBlaubotDevice
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object