public class VlanId extends Object implements Serializable
Constructor and Description |
---|
VlanId(Integer _value) |
VlanId(VlanId source)
Creates a copy from Source Object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static VlanId |
getDefaultInstance(String defaultValue) |
Integer |
getValue() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="value") public VlanId(Integer _value)
public VlanId(VlanId source)
source
- Source objectpublic Integer getValue()
Copyright © 2019 OpenDaylight. All rights reserved.