public class NxDecapBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxDecap>
NxDecapBuilder instances.NxDecapBuilder| Constructor and Description |
|---|
NxDecapBuilder() |
NxDecapBuilder(NxDecap base) |
NxDecapBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.PacketTypeFields arg) |
| Modifier and Type | Method and Description |
|---|---|
NxDecapBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxDecap>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<NxDecap> augmentationValue) |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxDecap>> |
augmentation(Class<E> augmentationType) |
NxDecap |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
Long |
getPacketType() |
NxDecapBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxDecap>> augmentationType) |
NxDecapBuilder |
setPacketType(Long value) |
public NxDecapBuilder()
public NxDecapBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.PacketTypeFields arg)
public NxDecapBuilder(NxDecap base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Long getPacketType()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxDecap>> E augmentation(Class<E> augmentationType)
public NxDecapBuilder setPacketType(Long value)
public NxDecapBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxDecap>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxDecap> augmentationValue)
public NxDecapBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxDecap>> augmentationType)
Copyright © 2019 OpenDaylight. All rights reserved.