public interface List1 extends ChildOf<AugGrouping>, Augmentable<List1>, Identifiable<List1Key>
This class represents the following YANG schema fragment defined in module opendaylight-of-migration-test-model
list list1 { key attr-str; leaf attr-str { type string; } list list1-1 { key attr-int; leaf attr-int { type int32; } leaf attr-str { type string; } leaf flags { type bit-flags; } } list list1-2 { key attr-int; leaf attr-int { type int32; } leaf attr-str { type string; } } }The schema path to identify an instance is opendaylight-of-migration-test-model/aug-grouping/list1
To create instances of this class use List1Builder
.
List1Builder
,
List1Key
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getAttrStr() |
@Nullable List<List11> |
getList11() |
@Nullable List<List12> |
getList12() |
List1Key |
key()
Returns an unique key for the object.
|
default @NonNull List<List11> |
nonnullList11() |
default @NonNull List<List12> |
nonnullList12() |
getImplementedInterface
augmentation
@Nullable String getAttrStr()
java.lang.String
attrStr
, or null
if not presentdefault @NonNull List<List11> nonnullList11()
java.util.List
list11
, or an empty list if it is not presentdefault @NonNull List<List12> nonnullList12()
java.util.List
list12
, or an empty list if it is not presentList1Key key()
Identifiable
key
in interface Identifiable<List1Key>
Copyright © 2019 OpenDaylight. All rights reserved.