public class DenyBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Deny>
DenyBuilder
instances.DenyBuilder
Constructor and Description |
---|
DenyBuilder() |
DenyBuilder(Deny base) |
Modifier and Type | Method and Description |
---|---|
DenyBuilder |
addAugmentation(Class<? extends Augmentation<Deny>> augmentationType,
Augmentation<Deny> augmentationValue) |
<E extends Augmentation<Deny>> |
augmentation(Class<E> augmentationType) |
Deny |
build() |
Boolean |
isDeny() |
DenyBuilder |
removeAugmentation(Class<? extends Augmentation<Deny>> augmentationType) |
DenyBuilder |
setDeny(Boolean value) |
public DenyBuilder()
public DenyBuilder(Deny base)
public Boolean isDeny()
public <E extends Augmentation<Deny>> E augmentation(Class<E> augmentationType)
public DenyBuilder setDeny(Boolean value)
public DenyBuilder addAugmentation(Class<? extends Augmentation<Deny>> augmentationType, Augmentation<Deny> augmentationValue)
public DenyBuilder removeAugmentation(Class<? extends Augmentation<Deny>> augmentationType)
public Deny build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Deny,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.