public interface List11 extends ChildOf<List1>, Augmentable<List11>, Identifiable<List11Key>
This class represents the following YANG schema fragment defined in module opendaylight-of-migration-test-model
list list1-1 { key attr-int; leaf attr-int { type int32; } leaf attr-str { type string; } leaf flags { type bit-flags; } }The schema path to identify an instance is opendaylight-of-migration-test-model/aug-grouping/list1/list1-1
To create instances of this class use List11Builder
.
List11Builder
,
List11Key
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() |
@Nullable BitFlags |
getFlags() |
List11Key |
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 present@Nullable BitFlags getFlags()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.BitFlags
flags
, or null
if not presentList11Key key()
Identifiable
key
in interface Identifiable<List11Key>
Copyright © 2019 OpenDaylight. All rights reserved.