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