public class NxRegLoadBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxRegLoad>
NxRegLoad instances.NxRegLoad| Constructor and Description |
|---|
NxRegLoadBuilder() |
NxRegLoadBuilder(NxRegLoad base) |
| Modifier and Type | Method and Description |
|---|---|
NxRegLoadBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxRegLoad>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<NxRegLoad> augmentation) |
NxRegLoad |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxRegLoad>> |
getAugmentation(Class<E> augmentationType) |
Dst |
getDst() |
BigInteger |
getValue() |
NxRegLoadBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxRegLoad>> augmentationType) |
NxRegLoadBuilder |
setDst(Dst value) |
NxRegLoadBuilder |
setValue(BigInteger value) |
public NxRegLoadBuilder()
public NxRegLoadBuilder(NxRegLoad base)
public Dst getDst()
public BigInteger getValue()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxRegLoad>> E getAugmentation(Class<E> augmentationType)
public NxRegLoadBuilder setDst(Dst value)
public NxRegLoadBuilder setValue(BigInteger value)
public NxRegLoadBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxRegLoad>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxRegLoad> augmentation)
public NxRegLoadBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxRegLoad>> augmentationType)
Copyright © 2016 OpenDaylight. All rights reserved.