Interface Groups
- 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:
FlowCapableNode
,FlowCapableNodeUpdated
,FlowNode
@Generated("mdsal-binding-generator")
public interface Groups
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module opendaylight-group-types
grouping groups { list group { key group-id; uses group; } list stale-group { key group-id; uses group; } }
-
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 TypeMethodDescriptiongetGroup()
Return group, ornull
if it is not present.@Nullable Map<StaleGroupKey,
StaleGroup> Return staleGroup, ornull
if it is not present.Return group, or an empty list if it is not present.default @NonNull Map<StaleGroupKey,
StaleGroup> Return staleGroup, or an empty list 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
- 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
-
getGroup
Return group, ornull
if it is not present.- Returns:
Map<GroupKey, Group>
group, ornull
if it is not present.
-
nonnullGroup
Return group, or an empty list if it is not present.- Returns:
Map<GroupKey, Group>
group, or an empty list if it is not present.
-
getStaleGroup
@Nullable Map<StaleGroupKey,StaleGroup> getStaleGroup()Return staleGroup, ornull
if it is not present.- Returns:
Map<StaleGroupKey, StaleGroup>
staleGroup, ornull
if it is not present.
-
nonnullStaleGroup
Return staleGroup, or an empty list if it is not present.- Returns:
Map<StaleGroupKey, StaleGroup>
staleGroup, or an empty list if it is not present.
-