public interface NameValue extends DataObject
This class represents the following YANG schema fragment defined in module opendaylight-sal-test-store
grouping name-value { leaf name { type string; } leaf value { type string; } }The schema path to identify an instance is opendaylight-sal-test-store/name-value
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getName() |
@Nullable String |
getValue() |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.