public class SoamId
extends org.onlab.util.Identifier<java.lang.Integer>
| Modifier | Constructor and Description |
|---|---|
protected |
SoamId(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
int |
value()
Gets the dm ID value.
|
static SoamId |
valueOf(int id)
Creates a dm ID from a int value.
|
public static SoamId valueOf(int id)
id - int valuepublic int value()
public java.lang.String toString()
toString in class org.onlab.util.Identifier<java.lang.Integer>