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