public class FlagContainerBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<FlagContainer>
FlagContainer instances.FlagContainer| Constructor and Description |
|---|
FlagContainerBuilder() |
FlagContainerBuilder(FlagContainer base) |
| Modifier and Type | Method and Description |
|---|---|
FlagContainerBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer> augmentationValue) |
FlagContainer |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer>> |
getAugmentation(Class<E> augmentationType) |
byte[] |
getFlags() |
FlagContainerBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer>> augmentationType) |
FlagContainerBuilder |
setFlags(byte[] value) |
public FlagContainerBuilder()
public FlagContainerBuilder(FlagContainer base)
public byte[] getFlags()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer>> E getAugmentation(Class<E> augmentationType)
public FlagContainerBuilder setFlags(byte[] value)
public FlagContainerBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer> augmentationValue)
public FlagContainerBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer>> augmentationType)
public FlagContainer build()
build in interface org.opendaylight.yangtools.concepts.Builder<FlagContainer>Copyright © 2018 OpenDaylight. All rights reserved.