public interface Mdsal355Data extends DataRoot
This class represents the following YANG schema fragment defined in module mdsal-355
module mdsal-355 { yang-version 1; namespace "mdsal-355"; prefix "mdsal355"; list OspfStatLsdbBrief { key "AreaIndex" "LsaType" "LsId" "AdvRtr"; leaf AreaIndex { type int32; } leaf LsaType { type uint8; } leaf LsId { type int32; } leaf AdvRtr { type string; } } }
Modifier and Type | Method and Description |
---|---|
List<OspfStatLsdbBrief> |
getOspfStatLsdbBrief() |
List<OspfStatLsdbBrief> getOspfStatLsdbBrief()
java.util.List
ospfStatLsdbBrief
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.