public interface Key extends ChildOf<OpendaylightMdsal337Data>, Augmentable<Key>, Identifiable<KeyKey>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal337
list key { key key; leaf key { type string; } }The schema path to identify an instance is opendaylight-mdsal337/key
To create instances of this class use KeyBuilder
.
KeyBuilder
,
KeyKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getKey() |
KeyKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable String getKey()
java.lang.String
key
, or null
if not presentKeyKey key()
Identifiable
key
in interface Identifiable<KeyKey>
Copyright © 2019 OpenDaylight. All rights reserved.