Interface UpdateFlowsBatchOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<UpdateFlowsBatchOutput>, BatchFlowOutputListGrouping, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface UpdateFlowsBatchOutput
    extends BatchFlowOutputListGrouping, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<UpdateFlowsBatchOutput>

    This class represents the following YANG schema fragment defined in module sal-flows-batch

     output output {
       uses batch-flow-output-list-grouping;
     }
     
    The schema path to identify an instance is sal-flows-batch/update-flows-batch/output

    To create instances of this class use UpdateFlowsBatchOutputBuilder.

    See Also:
    UpdateFlowsBatchOutputBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<UpdateFlowsBatchOutput> implementedInterface()
        Specified by:
        implementedInterface in interface BatchFlowOutputListGrouping
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcOutput