Interface BatchFlowIdGrouping

    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends BatchFlowIdGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getFlowId

        FlowId getFlowId()
        Return flowId, or null if it is not present.
        Returns:
        FlowId flowId, or null if it is not present.
      • requireFlowId

        default @NonNull FlowId requireFlowId()
        Return flowId, guaranteed to be non-null.
        Returns:
        FlowId flowId, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if flowId is not present