public class NxLearnBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxLearn>
NxLearn instances.NxLearn| Constructor and Description |
|---|
NxLearnBuilder() |
NxLearnBuilder(NxLearn base) |
public NxLearnBuilder()
public NxLearnBuilder(NxLearn base)
public BigInteger getCookie()
public Integer getFinHardTimeout()
public Integer getFinIdleTimeout()
public Integer getFlags()
public Integer getHardTimeout()
public Integer getIdleTimeout()
public Integer getPriority()
public Short getTableId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxLearn>> E getAugmentation(Class<E> augmentationType)
public NxLearnBuilder setCookie(BigInteger value)
public NxLearnBuilder setFinHardTimeout(Integer value)
public NxLearnBuilder setFinIdleTimeout(Integer value)
public NxLearnBuilder setFlags(Integer value)
public NxLearnBuilder setFlowMods(List<FlowMods> value)
public NxLearnBuilder setHardTimeout(Integer value)
public NxLearnBuilder setIdleTimeout(Integer value)
public NxLearnBuilder setPriority(Integer value)
public NxLearnBuilder setTableId(Short value)
public NxLearnBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxLearn>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxLearn> augmentation)
public NxLearnBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxLearn>> augmentationType)
Copyright © 2016 OpenDaylight. All rights reserved.