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