public class GetNodeAggregatedCountersInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<GetNodeAggregatedCountersInput>
GetNodeAggregatedCountersInput instances.GetNodeAggregatedCountersInput| Constructor and Description |
|---|
GetNodeAggregatedCountersInputBuilder() |
GetNodeAggregatedCountersInputBuilder(Filters arg) |
GetNodeAggregatedCountersInputBuilder(GetNodeAggregatedCountersInput base) |
public GetNodeAggregatedCountersInputBuilder()
public GetNodeAggregatedCountersInputBuilder(Filters arg)
public GetNodeAggregatedCountersInputBuilder(GetNodeAggregatedCountersInput base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic BigInteger getNodeId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<GetNodeAggregatedCountersInput>> E getAugmentation(Class<E> augmentationType)
public GetNodeAggregatedCountersInputBuilder setCounterFilter(List<String> value)
public GetNodeAggregatedCountersInputBuilder setGroupFilters(List<String> value)
public GetNodeAggregatedCountersInputBuilder setNodeId(BigInteger value)
public GetNodeAggregatedCountersInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetNodeAggregatedCountersInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<GetNodeAggregatedCountersInput> augmentation)
public GetNodeAggregatedCountersInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetNodeAggregatedCountersInput>> augmentationType)
public GetNodeAggregatedCountersInput build()
build in interface org.opendaylight.yangtools.concepts.Builder<GetNodeAggregatedCountersInput>Copyright © 2018 OpenDaylight. All rights reserved.