public class OkBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Ok>
Ok instances.Ok| Modifier and Type | Method and Description |
|---|---|
OkBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ok>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Ok> augmentationValue) |
Ok |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Ok>> |
getAugmentation(Class<E> augmentationType) |
Boolean |
isOk() |
OkBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ok>> augmentationType) |
OkBuilder |
setOk(Boolean value) |
public OkBuilder()
public OkBuilder(Ok base)
public Boolean isOk()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Ok>> E getAugmentation(Class<E> augmentationType)
public OkBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ok>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Ok> augmentationValue)
public OkBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ok>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.