java.lang.Object
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.queue.rev130925.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, org.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint32>

@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

This class represents the following YANG schema fragment defined in module opendaylight-queue-types

 typedef queue-id {
   type yang:counter32;
 }
 
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static QueueId
    getDefaultInstance(String defaultValue)
     

    Methods inherited from class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32

    equals, getValue, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • QueueId

      @ConstructorParameters("value") public QueueId(org.opendaylight.yangtools.yang.common.Uint32 _value)
    • 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 Details

    • getDefaultInstance

      public static QueueId getDefaultInstance(String defaultValue)