public class GetAllMeterStatisticsOutputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<GetAllMeterStatisticsOutput>
GetAllMeterStatisticsOutput
instances.GetAllMeterStatisticsOutput
Constructor and Description |
---|
GetAllMeterStatisticsOutputBuilder() |
GetAllMeterStatisticsOutputBuilder(GetAllMeterStatisticsOutput base) |
GetAllMeterStatisticsOutputBuilder(MeterStatisticsReply arg) |
GetAllMeterStatisticsOutputBuilder(TransactionAware arg) |
Modifier and Type | Method and Description |
---|---|
GetAllMeterStatisticsOutputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllMeterStatisticsOutput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<GetAllMeterStatisticsOutput> augmentation) |
GetAllMeterStatisticsOutput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllMeterStatisticsOutput>> |
getAugmentation(Class<E> augmentationType) |
List<MeterStats> |
getMeterStats() |
TransactionId |
getTransactionId() |
GetAllMeterStatisticsOutputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllMeterStatisticsOutput>> augmentationType) |
GetAllMeterStatisticsOutputBuilder |
setMeterStats(List<MeterStats> value) |
GetAllMeterStatisticsOutputBuilder |
setTransactionId(TransactionId value) |
public GetAllMeterStatisticsOutputBuilder()
public GetAllMeterStatisticsOutputBuilder(MeterStatisticsReply arg)
public GetAllMeterStatisticsOutputBuilder(TransactionAware arg)
public GetAllMeterStatisticsOutputBuilder(GetAllMeterStatisticsOutput base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic List<MeterStats> getMeterStats()
public TransactionId getTransactionId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllMeterStatisticsOutput>> E getAugmentation(Class<E> augmentationType)
public GetAllMeterStatisticsOutputBuilder setMeterStats(List<MeterStats> value)
public GetAllMeterStatisticsOutputBuilder setTransactionId(TransactionId value)
public GetAllMeterStatisticsOutputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllMeterStatisticsOutput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<GetAllMeterStatisticsOutput> augmentation)
public GetAllMeterStatisticsOutputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllMeterStatisticsOutput>> augmentationType)
public GetAllMeterStatisticsOutput build()
build
in interface org.opendaylight.yangtools.concepts.Builder<GetAllMeterStatisticsOutput>
Copyright © 2018 OpenDaylight. All rights reserved.