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:
SetConfigInput

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

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

 grouping set-config {
   uses ofHeader;
   leaf flags {
     type oft:switch-config-flag;
   }
   leaf miss-send-len {
     type uint16;
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return flags, or null if it is not present.
    org.opendaylight.yangtools.yang.common.Uint16
    Return missSendLen, or null if it is not present.
    default @NonNull SwitchConfigFlag
    Return flags, guaranteed to be non-null.
    default @NonNull org.opendaylight.yangtools.yang.common.Uint16
    Return missSendLen, guaranteed to be non-null.

    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

    • getFlags

      SwitchConfigFlag getFlags()
      Return flags, or null if it is not present.
      Returns:
      SwitchConfigFlag flags, or null if it is not present.
    • requireFlags

      default @NonNull SwitchConfigFlag requireFlags()
      Return flags, guaranteed to be non-null.
      Returns:
      SwitchConfigFlag flags, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if flags is not present
    • getMissSendLen

      org.opendaylight.yangtools.yang.common.Uint16 getMissSendLen()
      Return missSendLen, or null if it is not present.
      Returns:
      Uint16 missSendLen, or null if it is not present.
    • requireMissSendLen

      default @NonNull org.opendaylight.yangtools.yang.common.Uint16 requireMissSendLen()
      Return missSendLen, guaranteed to be non-null.
      Returns:
      Uint16 missSendLen, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if missSendLen is not present