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