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