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, OfHeader
All Known Subinterfaces:
HelloInput, HelloMessage

@Generated("mdsal-binding-generator") public interface Hello$G extends org.opendaylight.yangtools.binding.Grouping, OfHeader

This class represents the following YANG schema fragment defined in module openflow-protocol

 grouping hello {
   uses ofHeader;
   list elements {
     uses ofHelloElementHeader;
     leaf-list version-bitmap {
       type boolean;
       ordered-by user;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable List<Elements>
    Return elements, or null if it is not present.
    default @NonNull List<Elements>
    Return elements, or an empty list if it is not present.

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

    implementedInterface

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.OfHeader

    getVersion, getXid, requireVersion, requireXid
  • Method Details

    • getElements

      @Nullable List<Elements> getElements()
      Return elements, or null if it is not present.
      Returns:
      List<Elements> elements, or null if it is not present.
    • nonnullElements

      default @NonNull List<Elements> nonnullElements()
      Return elements, or an empty list if it is not present.
      Returns:
      List<Elements> elements, or an empty list if it is not present.