Interface OspfRouterIdentifier
- 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:
OspfNode
,OspfPseudonode
,OspfV2LanIdentifier
,OspfV3LanIdentifier
@Generated("mdsal-binding-generator")
public interface OspfRouterIdentifier
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-linkstate
grouping ospf-router-identifier { leaf ospf-router-id { type uint32; } }
-
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 TypeMethodDescriptionorg.opendaylight.yangtools.yang.common.Uint32
Return ospfRouterId, ornull
if it is not present.Class<? extends OspfRouterIdentifier>
default @NonNull org.opendaylight.yangtools.yang.common.Uint32
Return ospfRouterId, guaranteed to be non-null.
-
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 OspfRouterIdentifier> 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
-
getOspfRouterId
org.opendaylight.yangtools.yang.common.Uint32 getOspfRouterId()Return ospfRouterId, ornull
if it is not present.- Returns:
Uint32
ospfRouterId, ornull
if it is not present.
-
requireOspfRouterId
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireOspfRouterId()Return ospfRouterId, guaranteed to be non-null.- Returns:
Uint32
ospfRouterId, guaranteed to be non-null.- Throws:
NoSuchElementException
- if ospfRouterId is not present
-