public interface NormalizedNodeBuilder<I extends org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,V,R extends org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<I,?>>
extends org.opendaylight.yangtools.concepts.Builder<R>
| Modifier and Type | Method and Description |
|---|---|
R |
build() |
@NonNull NormalizedNodeBuilder<I,V,R> |
withNodeIdentifier(I nodeIdentifier) |
@NonNull NormalizedNodeBuilder<I,V,R> |
withValue(V value) |
@NonNull NormalizedNodeBuilder<I,V,R> withValue(V value)
@NonNull NormalizedNodeBuilder<I,V,R> withNodeIdentifier(I nodeIdentifier)
R build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<R extends org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<I,?>,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.