public final class MplsLabel extends Object
| Constructor and Description |
|---|
MplsLabel(MplsLabelUnion union)
Creates an instance of union.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static MplsLabel |
fromString(String valInString)
Returns the object of mplsLabel fromString input String mplsLabel.
|
int |
hashCode() |
static MplsLabel |
of(MplsLabelUnion value)
Returns the object of mplsLabel for type union.
|
String |
toString() |
MplsLabelUnion |
union()
Returns the attribute union.
|
void |
union(MplsLabelUnion union)
Sets the attribute union.
|
public MplsLabel(MplsLabelUnion union)
union - value of unionpublic static MplsLabel of(MplsLabelUnion value)
value - value of mplsLabel for type unionpublic MplsLabelUnion union()
public void union(MplsLabelUnion union)
union - value of unionCopyright © 2018. All rights reserved.