public interface DocumentedNode
Modifier and Type | Interface and Description |
---|---|
static interface |
DocumentedNode.WithStatus |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getDescription()
Returns the value of the argument of YANG
description keyword. |
Optional<String> |
getReference()
Returns the value of the argument of YANG
reference keyword. |
default @NonNull List<UnknownSchemaNode> |
getUnknownSchemaNodes()
Returns unknown schema nodes which belongs to this instance.
|
Optional<String> getDescription()
description
keyword.Optional<String> getReference()
reference
keyword.default @NonNull List<UnknownSchemaNode> getUnknownSchemaNodes()
Copyright © 2019 OpenDaylight. All rights reserved.