public interface UpdateMeterInput extends TransactionMetadata, MeterUpdate, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<UpdateMeterInput>
This class represents the following YANG schema fragment defined in module sal-meter
input { uses tr:transaction-metadata; leaf meter-ref { type meter-type:meter-ref; } uses meter-update; }The schema path to identify an instance is sal-meter/update-meter/input
To create instances of this class use UpdateMeterInputBuilder
.
UpdateMeterInputBuilder
Modifier and Type | Field and Description |
---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable MeterRef |
getMeterRef() |
getTransactionUri
getOriginalMeter, getUpdatedMeter
getNode
@Nullable MeterRef getMeterRef()
org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.MeterRef
meterRef
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.