All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
FlowSpecObject, TeLspAttributes

@Generated("mdsal-binding-generator") public interface TspecObject extends org.opendaylight.yangtools.yang.binding.DataObject

This class represents the following YANG schema fragment defined in module rsvp

 grouping tspec-object {
   container tspec-object {
     uses rsvp-te-object;
     leaf token-bucket-rate {
       type ieee754:float32;
     }
     leaf token-bucket-size {
       type ieee754:float32;
     }
     leaf peak-data-rate {
       type ieee754:float32;
     }
     leaf minimum-policed-unit {
       type uint32;
     }
     leaf maximum-packet-size {
       type uint32;
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return tspecObject, or null if it is not present.
    Class<? extends TspecObject>
     
    @NonNull TspecObject
    Return tspecObject, or an empty instance if it is not present.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends TspecObject> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getTspecObject

      TspecObject getTspecObject()
      Return tspecObject, or null if it is not present.
           
               SENDER TSPEC Object
           
       
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object.TspecObject tspecObject, or null if it is not present.
    • nonnullTspecObject

      @NonNull TspecObject nonnullTspecObject()
      Return tspecObject, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object.TspecObject tspecObject, or an empty instance if it is not present.