Class VlanLogicalConfig.VlanId
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.VlanLogicalConfig.VlanId
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject
- Enclosing interface:
- VlanLogicalConfig
@Deprecated public static final class VlanLogicalConfig.VlanId extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>PATTERN_CONSTANTSDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.QinqIdgetQinqId()Deprecated.VlanIdgetVlanId()Deprecated.inthashCode()Deprecated.StringstringValue()Deprecated.Return a String representing the value of this union.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
VlanId
public VlanId(VlanId _vlanId)
Deprecated.
-
VlanId
public VlanId(QinqId _qinqId)
Deprecated.
-
VlanId
public VlanId(VlanLogicalConfig.VlanId source)
Deprecated.Creates a copy from Source Object.- Parameters:
source- Source object
-
-