Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.data.change.counter.rev160315
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 Summary
Modifier and TypeMethodDescriptionReturn dataChangeCounter, ornull
if it is not present.@NonNull DataChangeCounter
Return dataChangeCounter, or an empty instance if it is not present.
-
Method Details
-
getDataChangeCounter
DataChangeCounter getDataChangeCounter()Return dataChangeCounter, ornull
if it is not present.- Returns:
DataChangeCounter
dataChangeCounter, ornull
if it is not present.
-
nonnullDataChangeCounter
@NonNull DataChangeCounter nonnullDataChangeCounter()Return dataChangeCounter, or an empty instance if it is not present.- Returns:
DataChangeCounter
dataChangeCounter, or an empty instance if it is not present.
-