public interface OspfStatLsdbBrief extends ChildOf<Mdsal355Data>, Augmentable<OspfStatLsdbBrief>, Identifiable<OspfStatLsdbBriefKey>
This class represents the following YANG schema fragment defined in module mdsal-355
list OspfStatLsdbBrief { key "AreaIndex LsaType LsId AdvRtr"; leaf AreaIndex { type int32; } leaf LsaType { type uint8; } leaf LsId { type int32; } leaf AdvRtr { type string; } }The schema path to identify an instance is mdsal-355/OspfStatLsdbBrief
To create instances of this class use OspfStatLsdbBriefBuilder
.
OspfStatLsdbBriefBuilder
,
OspfStatLsdbBriefKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getAdvRtr()
Advertised Router
|
@Nullable Integer |
getAreaIndex()
Area Index
|
@Nullable Short |
getLsaType()
LSA Type
|
@Nullable Integer |
getLsId()
LSA ID
|
OspfStatLsdbBriefKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable Integer getAreaIndex()
java.lang.Integer
areaIndex
, or null
if not present@Nullable Short getLsaType()
java.lang.Short
lsaType
, or null
if not present@Nullable Integer getLsId()
java.lang.Integer
lsId
, or null
if not present@Nullable String getAdvRtr()
java.lang.String
advRtr
, or null
if not presentOspfStatLsdbBriefKey key()
Identifiable
key
in interface Identifiable<OspfStatLsdbBriefKey>
Copyright © 2019 OpenDaylight. All rights reserved.