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
All Known Subinterfaces:
AddPrefixOutput, DeletePrefixOutput

@Generated("mdsal-binding-generator") public interface Output extends org.opendaylight.yangtools.binding.Grouping

This class represents the following YANG schema fragment defined in module odl-bgp-app-peer-benchmark

 grouping output {
   container result {
     leaf count {
       type uint32;
     }
     leaf duration {
       type uint32;
       units seconds;
     }
     leaf rate {
       type uint32;
       units per-second;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return result, or null if it is not present.
    @NonNull Result
    Return result, or an empty instance if it is not present.

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

    implementedInterface
  • Method Details

    • getResult

      Result getResult()
      Return result, or null if it is not present.
      Returns:
      Result result, or null if it is not present.
    • nonnullResult

      @NonNull Result nonnullResult()
      Return result, or an empty instance if it is not present.
      Returns:
      Result result, or an empty instance if it is not present.