public class PolicerBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Policer>
Policer
instances.Policer
Constructor and Description |
---|
PolicerBuilder() |
PolicerBuilder(Policer base) |
Modifier and Type | Method and Description |
---|---|
PolicerBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Policer>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Policer> augmentationValue) |
Policer |
build() |
List<Aggregate> |
getAggregate() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Policer>> |
getAugmentation(Class<E> augmentationType) |
PolicerBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Policer>> augmentationType) |
PolicerBuilder |
setAggregate(List<Aggregate> value) |
public PolicerBuilder()
public PolicerBuilder(Policer base)
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Policer>> E getAugmentation(Class<E> augmentationType)
public PolicerBuilder setAggregate(List<Aggregate> value)
public PolicerBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Policer>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Policer> augmentationValue)
public PolicerBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Policer>> augmentationType)
Copyright © 2017 OpenDaylight. All rights reserved.