Class VlanRoutedConfig.Vlan
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.VlanRoutedConfig.Vlan
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject
- Enclosing interface:
- VlanRoutedConfig
public static final class VlanRoutedConfig.Vlan extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Vlan(String _string)Vlan(VlanRoutedConfig.Vlan source)Creates a copy from Source Object.Vlan(org.opendaylight.yangtools.yang.common.Uint16 _uint16)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetString()org.opendaylight.yangtools.yang.common.Uint16getUint16()inthashCode()StringstringValue()Return a String representing the value of this union.StringtoString()
-
-
-
Constructor Detail
-
Vlan
public Vlan(org.opendaylight.yangtools.yang.common.Uint16 _uint16)
-
Vlan
public Vlan(String _string)
-
Vlan
public Vlan(VlanRoutedConfig.Vlan source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-