Interface IsisLanIdentifier
- 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:
IsisPseudonode
@Generated("mdsal-binding-generator")
public interface IsisLanIdentifier
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-linkstate
grouping isis-lan-identifier { container is-is-router-identifier { uses isis-router-identifier; } leaf psn { type uint8 { range 1..255; } } }
-
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 isIsRouterIdentifier, ornull
if it is not present.org.opendaylight.yangtools.yang.common.Uint8
getPsn()
Return psn, ornull
if it is not present.Class<? extends IsisLanIdentifier>
@NonNull IsIsRouterIdentifier
Return isIsRouterIdentifier, or an empty instance if it is not present.default @NonNull org.opendaylight.yangtools.yang.common.Uint8
Return psn, 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 IsisLanIdentifier> 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
-
getIsIsRouterIdentifier
IsIsRouterIdentifier getIsIsRouterIdentifier()Return isIsRouterIdentifier, ornull
if it is not present.- Returns:
IsIsRouterIdentifier
isIsRouterIdentifier, ornull
if it is not present.
-
nonnullIsIsRouterIdentifier
@NonNull IsIsRouterIdentifier nonnullIsIsRouterIdentifier()Return isIsRouterIdentifier, or an empty instance if it is not present.- Returns:
IsIsRouterIdentifier
isIsRouterIdentifier, or an empty instance if it is not present.
-
getPsn
org.opendaylight.yangtools.yang.common.Uint8 getPsn()Return psn, ornull
if it is not present.- Returns:
Uint8
psn, ornull
if it is not present.
-
requirePsn
default @NonNull org.opendaylight.yangtools.yang.common.Uint8 requirePsn()Return psn, guaranteed to be non-null.- Returns:
Uint8
psn, guaranteed to be non-null.- Throws:
NoSuchElementException
- if psn is not present
-