All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping

@Generated("mdsal-binding-generator") public interface BandwidthUsageObject extends org.opendaylight.yangtools.binding.Grouping
Bandwidth-Usage Report Object

This class represents the following YANG schema fragment defined in module odl-pcep-auto-bandwidth

 grouping bandwidth-usage-object {
   container bandwidth-usage {
     uses pcep:object;
     uses bw-samples;
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return bandwidthUsage, or null if it is not present.
    Return bandwidthUsage, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getBandwidthUsage

      BandwidthUsage getBandwidthUsage()
      Return bandwidthUsage, or null if it is not present.
      Returns:
      BandwidthUsage bandwidthUsage, or null if it is not present.
    • nonnullBandwidthUsage

      @NonNull BandwidthUsage nonnullBandwidthUsage()
      Return bandwidthUsage, or an empty instance if it is not present.
      Returns:
      BandwidthUsage bandwidthUsage, or an empty instance if it is not present.