public class SoamId extends Identifier<java.lang.Integer>
identifier
Modifier | Constructor and Description |
---|---|
protected |
SoamId(int id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of a DeviceKeyId.
|
int |
value()
Gets the dm ID value.
|
static SoamId |
valueOf(int id)
Creates a dm ID from a int value.
|
equals, hashCode, id
public static SoamId valueOf(int id)
id
- int valuepublic int value()
public java.lang.String toString()
Identifier
toString
in class Identifier<java.lang.Integer>