public class SrcOfEthDstCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SrcOfEthDstCase>
SrcOfEthDstCase instances.SrcOfEthDstCase| Constructor and Description |
|---|
SrcOfEthDstCaseBuilder() |
SrcOfEthDstCaseBuilder(NxmOfEthDstGrouping arg) |
SrcOfEthDstCaseBuilder(SrcOfEthDstCase base) |
| Modifier and Type | Method and Description |
|---|---|
SrcOfEthDstCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SrcOfEthDstCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<SrcOfEthDstCase> augmentationValue) |
SrcOfEthDstCase |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SrcOfEthDstCase>> |
getAugmentation(Class<E> augmentationType) |
Boolean |
isOfEthDst() |
SrcOfEthDstCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SrcOfEthDstCase>> augmentationType) |
SrcOfEthDstCaseBuilder |
setOfEthDst(Boolean value) |
public SrcOfEthDstCaseBuilder()
public SrcOfEthDstCaseBuilder(NxmOfEthDstGrouping arg)
public SrcOfEthDstCaseBuilder(SrcOfEthDstCase base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Boolean isOfEthDst()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<SrcOfEthDstCase>> E getAugmentation(Class<E> augmentationType)
public SrcOfEthDstCaseBuilder setOfEthDst(Boolean value)
public SrcOfEthDstCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SrcOfEthDstCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SrcOfEthDstCase> augmentationValue)
public SrcOfEthDstCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SrcOfEthDstCase>> augmentationType)
public SrcOfEthDstCase build()
build in interface org.opendaylight.yangtools.concepts.Builder<SrcOfEthDstCase>Copyright © 2017 OpenDaylight. All rights reserved.