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