Interface DataChangeCounterData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    @Generated("mdsal-binding-generator")
    public interface DataChangeCounterData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the base data model of a topology data-change counter. The module servers for testing purposes. Copyright (c)2014 Cisco Systems, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

    This class represents the following YANG schema fragment defined in module data-change-counter

     module data-change-counter {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:bgp-data-change-counter;
       prefix bgp-dcc;
       revision 2016-03-15 {
       }
       revision 2014-08-15 {
       }
       container data-change-counter {
         config false;
         list counter {
           leaf id {
             type string;
           }
           key id;
           leaf count {
             type uint32;
           }
         }
       }
     }
     
    • Method Detail

      • getDataChangeCounter

        DataChangeCounter getDataChangeCounter()
        Return dataChangeCounter, or null if it is not present.
        Returns:
        DataChangeCounter dataChangeCounter, or null if it is not present.