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