public class NxResubmitBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxResubmit>
NxResubmit instances.NxResubmit| Constructor and Description |
|---|
NxResubmitBuilder() |
NxResubmitBuilder(NxResubmit base) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_inPort_range()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
static List<com.google.common.collect.Range<BigInteger>> |
_table_range()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
NxResubmitBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxResubmit>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<NxResubmit> augmentation) |
NxResubmit |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxResubmit>> |
getAugmentation(Class<E> augmentationType) |
Integer |
getInPort() |
Short |
getTable() |
NxResubmitBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxResubmit>> augmentationType) |
NxResubmitBuilder |
setInPort(Integer value) |
NxResubmitBuilder |
setTable(Short value) |
public NxResubmitBuilder()
public NxResubmitBuilder(NxResubmit base)
public Integer getInPort()
public Short getTable()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxResubmit>> E getAugmentation(Class<E> augmentationType)
public NxResubmitBuilder setInPort(Integer value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _inPort_range()
public NxResubmitBuilder setTable(Short value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _table_range()
public NxResubmitBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxResubmit>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxResubmit> augmentation)
public NxResubmitBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxResubmit>> augmentationType)
public NxResubmit build()
build in interface org.opendaylight.yangtools.concepts.Builder<NxResubmit>Copyright © 2015. All rights reserved.