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:
AddFlowsBatchInput, AddGroupsBatchInput, AddMetersBatchInput, RemoveFlowsBatchInput, RemoveGroupsBatchInput, RemoveMetersBatchInput, UpdateFlowsBatchInput, UpdateGroupsBatchInput, UpdateMetersBatchInput

@Generated("mdsal-binding-generator") public interface BarrierSuffix extends org.opendaylight.yangtools.yang.binding.DataObject
Flag indicating that barrier will be attached after some service-specific action.

This class represents the following YANG schema fragment defined in module barrier-common

 grouping barrier-suffix {
   leaf barrier-after {
     type boolean;
   }
 }
 
  • 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 barrierAfter, or null if it is not present.
    Class<? extends BarrierSuffix>
     
    default @NonNull Boolean
    Return barrierAfter, guaranteed to be non-null.
  • 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 BarrierSuffix> 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
    • getBarrierAfter

      Boolean getBarrierAfter()
      Return barrierAfter, or null if it is not present.
      Returns:
      Boolean barrierAfter, or null if it is not present.
    • requireBarrierAfter

      default @NonNull Boolean requireBarrierAfter()
      Return barrierAfter, guaranteed to be non-null.
      Returns:
      Boolean barrierAfter, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if barrierAfter is not present