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,org.opendaylight.yangtools.yang.binding.UnionTypeObject
- Enclosing interface:
- VlanLogicalConfig
@Deprecated
public static final class VlanLogicalConfig.VlanId
extends Object
implements org.opendaylight.yangtools.yang.binding.UnionTypeObject, Serializable
Deprecated.
This class represents the following YANG schema fragment defined in module openconfig-vlan
leaf vlan-id {
type union {
type oc-vlan-types:vlan-id;
type oc-vlan-types:qinq-id;
}
status deprecated;
}
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PATTERN_CONSTANTS
Deprecated.
-
-
Constructor Details
-
VlanId
Deprecated. -
VlanId
Deprecated. -
VlanId
Deprecated.Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
stringValue
Deprecated.Return a String representing the value of this union.- Returns:
- String representation of this union's value.
-
getVlanId
Deprecated. -
getQinqId
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
toString
Deprecated.
-