| Constructor and Description |
|---|
NxRegLoadBuilder() |
NxRegLoadBuilder(NxRegLoad base) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_value_range() |
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 |
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 static List<com.google.common.collect.Range<BigInteger>> _value_range()
public NxRegLoadBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxRegLoad>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxRegLoad> augmentation)
public NxRegLoad build()
Copyright © 2015. All rights reserved.