public interface Output extends RpcOutput, Augmentable<Output>
This class represents the following YANG schema fragment defined in module actions
output { leaf fooo { type string; } }The schema path to identify an instance is actions/lstio/fooio/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 |
getFooo() |
getImplementedInterface
augmentation
@Nullable String getFooo()
java.lang.String
fooo
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.