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