Class QueueId

  • All Implemented Interfaces:
    Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint32>, org.opendaylight.yangtools.yang.binding.TypeObject

    @Generated("mdsal-binding-generator")
    public class QueueId
    extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32
    implements Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QueueId​(Long _value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use QueueId(Uint32) instead.
      QueueId​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 source)
      Creates a new instance from Counter32
      QueueId​(QueueId source)
      Creates a copy from Source Object.
      QueueId​(org.opendaylight.yangtools.yang.common.Uint32 _value)  
    • Constructor Detail

      • QueueId

        @Deprecated(forRemoval=true)
        public QueueId​(Long _value)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Use QueueId(Uint32) instead.
        Utility migration constructor.
        Parameters:
        _value - value in legacy Java type
      • QueueId

        public QueueId​(QueueId source)
        Creates a copy from Source Object.
        Parameters:
        source - Source object
      • QueueId

        public QueueId​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 source)
        Creates a new instance from Counter32
        Parameters:
        source - Source object
    • Method Detail

      • getDefaultInstance

        public static QueueId getDefaultInstance​(String defaultValue)