public interface List12 extends ChildOf<List1>, Augmentable<List12>, Identifiable<List12Key>
This class represents the following YANG schema fragment defined in module opendaylight-of-migration-test-model
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/list1-2
To create instances of this class use List12Builder
.
List12Builder
,
List12Key
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Integer |
getAttrInt() |
@Nullable String |
getAttrStr() |
List12Key |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable Integer getAttrInt()
java.lang.Integer
attrInt
, or null
if not present@Nullable String getAttrStr()
java.lang.String
attrStr
, or null
if not presentList12Key key()
Identifiable
key
in interface Identifiable<List12Key>
Copyright © 2019 OpenDaylight. All rights reserved.