Interface LocalAggregateTop
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Aggregate
,LocalRoutes
@Generated("mdsal-binding-generator")
public interface LocalAggregateTop
extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping for local aggregates
This class represents the following YANG schema fragment defined in module openconfig-local-routing
grouping local-aggregate-top { container local-aggregates { list aggregate { key prefix; leaf prefix { type leafref { path ../config/prefix; } } container config { uses local-aggregate-config; } container state { config false; uses local-aggregate-config; uses local-aggregate-state; } } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn localAggregates, ornull
if it is not present.Class<? extends LocalAggregateTop>
@NonNull LocalAggregates
Return localAggregates, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends LocalAggregateTop> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getLocalAggregates
LocalAggregates getLocalAggregates()Return localAggregates, ornull
if it is not present.Enclosing container for locally-defined aggregate routes
- Returns:
LocalAggregates
localAggregates, ornull
if it is not present.
-
nonnullLocalAggregates
@NonNull LocalAggregates nonnullLocalAggregates()Return localAggregates, or an empty instance if it is not present.- Returns:
LocalAggregates
localAggregates, or an empty instance if it is not present.
-