public interface NormalizedNodeBuilder<I extends YangInstanceIdentifier.PathArgument,V,R extends 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.