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