Interface FlowAndStatisticsMapList

    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<FlowAndStatisticsMapList> getFlowAndStatisticsMapList()
        Return flowAndStatisticsMapList, or null if it is not present.
        Returns:
        java.util.List flowAndStatisticsMapList, or null if it is not present.
      • nonnullFlowAndStatisticsMapList

        default @NonNull List<FlowAndStatisticsMapList> nonnullFlowAndStatisticsMapList()
        Return flowAndStatisticsMapList, or an empty list if it is not present.
        Returns:
        java.util.List flowAndStatisticsMapList, or an empty list if it is not present.