@Deprecated public class DefaultGroupId extends GroupId
GroupId.identifier| Constructor and Description |
|---|
DefaultGroupId(int id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
Compares two device key identifiers for equality.
|
int |
hashCode()
Deprecated.
Returns the hashcode of the identifier.
|
String |
toString()
Deprecated.
Returns a string representation of a DeviceKeyId.
|
idpublic int hashCode()
IdentifierhashCode in class Identifier<Integer>public boolean equals(Object obj)
Identifierequals in class Identifier<Integer>obj - to compare againstpublic String toString()
Identifier