public class GetTopInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<GetTopInput>
GetTopInput
instances.GetTopInput
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
GetTopInputBuilder() |
GetTopInputBuilder(GetTopInput base) |
Modifier and Type | Method and Description |
---|---|
GetTopInputBuilder |
addAugmentation(Class<? extends Augmentation<GetTopInput>> augmentationType,
Augmentation<GetTopInput> augmentation) |
GetTopInput |
build() |
<E extends Augmentation<? super GetTopInput>> |
getAugmentation(Class<E> augmentationType) |
GetTopInputBuilder |
removeAugmentation(Class<? extends Augmentation<GetTopInput>> augmentationType) |
public GetTopInputBuilder()
public GetTopInputBuilder(GetTopInput base)
public <E extends Augmentation<? super GetTopInput>> E getAugmentation(Class<E> augmentationType)
public GetTopInputBuilder addAugmentation(Class<? extends Augmentation<GetTopInput>> augmentationType, Augmentation<GetTopInput> augmentation)
public GetTopInputBuilder removeAugmentation(Class<? extends Augmentation<GetTopInput>> augmentationType)
public GetTopInput build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<GetTopInput,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.