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