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,?>>
| Modifier and Type | Method and Description |
|---|---|
R |
build() |
NormalizedNodeBuilder<I,V,R> |
withNodeIdentifier(I nodeIdentifier) |
NormalizedNodeBuilder<I,V,R> |
withValue(V value) |
Copyright © 2018 OpenDaylight. All rights reserved.