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