public interface Mdsal355Data extends DataRoot
This class represents the following YANG schema fragment defined in module mdsal-355
module mdsal-355 { 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 |
---|---|
@Nullable List<OspfStatLsdbBrief> |
getOspfStatLsdbBrief() |
default @NonNull List<OspfStatLsdbBrief> |
nonnullOspfStatLsdbBrief() |
@Nullable List<OspfStatLsdbBrief> getOspfStatLsdbBrief()
java.util.List
ospfStatLsdbBrief
, or null
if not presentdefault @NonNull List<OspfStatLsdbBrief> nonnullOspfStatLsdbBrief()
java.util.List
ospfStatLsdbBrief
, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.