Interface FlowsStatisticsUpdate

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlowsStatisticsUpdate>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowAndStatisticsMapList, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Node, org.opendaylight.yangtools.yang.binding.Notification, TransactionAware

    @Deprecated
    public interface FlowsStatisticsUpdate
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FlowsStatisticsUpdate>, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Node, FlowAndStatisticsMapList, TransactionAware, org.opendaylight.yangtools.yang.binding.Notification
    Deprecated.
    Flows statistics sent by switch

    This class represents the following YANG schema fragment defined in module opendaylight-flow-statistics

     notification flows-statistics-update {
       status deprecated;
       leaf moreReplies {
         type boolean;
       }
       uses inv:node;
       uses flow-and-statistics-map-list;
       uses tr:transaction-aware;
     }
     
    The schema path to identify an instance is opendaylight-flow-statistics/flows-statistics-update

    To create instances of this class use FlowsStatisticsUpdateBuilder.

    See Also:
    FlowsStatisticsUpdateBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<FlowsStatisticsUpdate> implementedInterface()
        Deprecated.
        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 FlowAndStatisticsMapList
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Node
        Specified by:
        implementedInterface in interface TransactionAware
      • isMoreReplies

        @Nullable Boolean isMoreReplies()
        Deprecated.
        Returns:
        java.lang.Boolean moreReplies, or null if not present