public final class OvsdbPortName extends Object
| Constructor and Description |
|---|
OvsdbPortName(String value)
Constructor from a String.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
String |
value()
Gets the value of port name.
|