public class NxmNxCtMarkBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxmNxCtMark>
NxmNxCtMark instances.NxmNxCtMark| Constructor and Description |
|---|
NxmNxCtMarkBuilder() |
NxmNxCtMarkBuilder(NxmNxCtMark base) |
| Modifier and Type | Method and Description |
|---|---|
NxmNxCtMarkBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtMark>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtMark> augmentationValue) |
NxmNxCtMark |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtMark>> |
getAugmentation(Class<E> augmentationType) |
Long |
getCtMark() |
Long |
getMask() |
NxmNxCtMarkBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtMark>> augmentationType) |
NxmNxCtMarkBuilder |
setCtMark(Long value) |
NxmNxCtMarkBuilder |
setMask(Long value) |
public NxmNxCtMarkBuilder()
public NxmNxCtMarkBuilder(NxmNxCtMark base)
public Long getCtMark()
public Long getMask()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtMark>> E getAugmentation(Class<E> augmentationType)
public NxmNxCtMarkBuilder setCtMark(Long value)
public NxmNxCtMarkBuilder setMask(Long value)
public NxmNxCtMarkBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtMark>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtMark> augmentationValue)
public NxmNxCtMarkBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmNxCtMark>> augmentationType)
public NxmNxCtMark build()
build in interface org.opendaylight.yangtools.concepts.Builder<NxmNxCtMark>Copyright © 2018 OpenDaylight. All rights reserved.