public interface KnockKnockInput extends RpcInput, Augmentable<KnockKnockInput>
This class represents the following YANG schema fragment defined in module opendaylight-knock-knock-rpc
input { leaf knocker-id { ext:context-reference routed:test-context; type instance-identifier; } leaf question { type string; } }The schema path to identify an instance is opendaylight-knock-knock-rpc/knock-knock/input
To create instances of this class use KnockKnockInputBuilder
.
KnockKnockInputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable InstanceIdentifier<?> |
getKnockerId() |
@Nullable String |
getQuestion() |
getImplementedInterface
augmentation
@RoutingContext(value=TestContext.class) @Nullable InstanceIdentifier<?> getKnockerId()
org.opendaylight.yangtools.yang.binding.InstanceIdentifier
knockerId
, or null
if not present@Nullable String getQuestion()
java.lang.String
question
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.