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