Class 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 Detail

      • PATTERN_CONSTANTS

        public static final List<String> PATTERN_CONSTANTS
        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
    • Method Detail

      • stringValue

        public String stringValue()
        Deprecated.
        Return a String representing the value of this union.
        Returns:
        String representation of this union's value.
      • getVlanId

        public VlanId getVlanId()
        Deprecated.
      • getQinqId

        public QinqId getQinqId()
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object