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
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn localAggregates, ornullif it is not present.Class<? extends LocalAggregateTop>@NonNull LocalAggregatesReturn 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:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getLocalAggregates
LocalAggregates getLocalAggregates()Return localAggregates, ornullif it is not present.Enclosing container for locally-defined aggregate routes- Returns:
LocalAggregateslocalAggregates, ornullif it is not present.
-
nonnullLocalAggregates
@NonNull LocalAggregates nonnullLocalAggregates()Return localAggregates, or an empty instance if it is not present.- Returns:
LocalAggregateslocalAggregates, or an empty instance if it is not present.
-