public class NxmNxCtStateBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxmNxCtState>
NxmNxCtState instances.NxmNxCtState| Constructor and Description |
|---|
NxmNxCtStateBuilder() |
NxmNxCtStateBuilder(NxmNxCtState base) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_ctState_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>> |
_mask_range()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
NxmNxCtStateBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtState>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtState> augmentation) |
NxmNxCtState |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtState>> |
getAugmentation(Class<E> augmentationType) |
Long |
getCtState() |
Long |
getMask() |
NxmNxCtStateBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtState>> augmentationType) |
NxmNxCtStateBuilder |
setCtState(Long value) |
NxmNxCtStateBuilder |
setMask(Long value) |
public NxmNxCtStateBuilder()
public NxmNxCtStateBuilder(NxmNxCtState base)
public Long getCtState()
public Long getMask()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtState>> E getAugmentation(Class<E> augmentationType)
public NxmNxCtStateBuilder setCtState(Long value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _ctState_range()
public NxmNxCtStateBuilder setMask(Long value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _mask_range()
public NxmNxCtStateBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtState>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtState> augmentation)
public NxmNxCtStateBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtState>> augmentationType)
public NxmNxCtState build()
build in interface org.opendaylight.yangtools.concepts.Builder<NxmNxCtState>Copyright © 2016. All rights reserved.