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