public class SrcOfEthTypeCaseBuilder extends Object
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> augmentation) |
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 |
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> augmentation)
public SrcOfEthTypeCase build()
Copyright © 2015. All rights reserved.