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