public class DstOfIpDstCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<DstOfIpDstCase>
DstOfIpDstCase instances.DstOfIpDstCase| Constructor and Description |
|---|
DstOfIpDstCaseBuilder() |
DstOfIpDstCaseBuilder(DstOfIpDstCase base) |
DstOfIpDstCaseBuilder(NxmOfIpDstGrouping arg) |
| Modifier and Type | Method and Description |
|---|---|
DstOfIpDstCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DstOfIpDstCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<DstOfIpDstCase> augmentationValue) |
DstOfIpDstCase |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<DstOfIpDstCase>> |
getAugmentation(Class<E> augmentationType) |
Boolean |
isOfIpDst() |
DstOfIpDstCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DstOfIpDstCase>> augmentationType) |
DstOfIpDstCaseBuilder |
setOfIpDst(Boolean value) |
public DstOfIpDstCaseBuilder()
public DstOfIpDstCaseBuilder(NxmOfIpDstGrouping arg)
public DstOfIpDstCaseBuilder(DstOfIpDstCase 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<DstOfIpDstCase>> E getAugmentation(Class<E> augmentationType)
public DstOfIpDstCaseBuilder setOfIpDst(Boolean value)
public DstOfIpDstCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DstOfIpDstCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<DstOfIpDstCase> augmentationValue)
public DstOfIpDstCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DstOfIpDstCase>> augmentationType)
public DstOfIpDstCase build()
build in interface org.opendaylight.yangtools.concepts.Builder<DstOfIpDstCase>Copyright © 2017 OpenDaylight. All rights reserved.