public class GroupId extends Identifier<Integer>
identifier| Constructor and Description | 
|---|
GroupId(int id)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
toString()
Returns a string representation of a DeviceKeyId. 
 | 
static GroupId | 
valueOf(int id)
Returns a group ID as an integer value. 
 | 
equals, hashCode, idpublic static GroupId valueOf(int id)
id - int valuepublic String toString()
IdentifiertoString in class Identifier<Integer>