Interface OdlDataChangeCounterConfigData

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

    @Generated("mdsal-binding-generator")
    public interface OdlDataChangeCounterConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the base YANG definitions for topology data-change counter configuration. 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 odl-data-change-counter-config

     module odl-data-change-counter-config {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:bgpcep:data-change-counter-config;
       prefix dcc-cfg;
       revision 2017-04-24 {
       }
       list data-change-counter-config {
         key counter-id;
         leaf counter-id {
           type string;
         }
         leaf topology-name {
           type string;
         }
       }
     }
     
    • Method Detail

      • getDataChangeCounterConfig

        @Nullable Map<DataChangeCounterConfigKey,​DataChangeCounterConfig> getDataChangeCounterConfig()
        Return dataChangeCounterConfig, or null if it is not present.
        Returns:
        Map<DataChangeCounterConfigKey, DataChangeCounterConfig> dataChangeCounterConfig, or null if it is not present.
      • nonnullDataChangeCounterConfig

        default @NonNull Map<DataChangeCounterConfigKey,​DataChangeCounterConfig> nonnullDataChangeCounterConfig()
        Return dataChangeCounterConfig, or an empty list if it is not present.
        Returns:
        Map<DataChangeCounterConfigKey, DataChangeCounterConfig> dataChangeCounterConfig, or an empty list if it is not present.