Interface FlowAndStatisticsMapList

    • 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 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:
        List<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.and.statistics.map.list.FlowAndStatisticsMapList> 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:
        List<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.and.statistics.map.list.FlowAndStatisticsMapList> flowAndStatisticsMapList, or an empty list if it is not present.