public interface NormalizedNodeContainerBuilder<K extends YangInstanceIdentifier.PathArgument,CK extends YangInstanceIdentifier.PathArgument,CV extends NormalizedNode<? extends CK,?>,P extends NormalizedNode<K,?>> extends NormalizedNodeBuilder<K,Collection<CV>,P>
Modifier and Type | Method and Description |
---|---|
@NonNull NormalizedNodeContainerBuilder<K,CK,CV,P> |
addChild(CV child) |
@NonNull NormalizedNodeContainerBuilder<K,CK,CV,P> |
removeChild(CK key) |
NormalizedNodeContainerBuilder<K,CK,CV,P> |
withNodeIdentifier(K nodeIdentifier) |
NormalizedNodeContainerBuilder<K,CK,CV,P> |
withValue(Collection<CV> value) |
build
NormalizedNodeContainerBuilder<K,CK,CV,P> withNodeIdentifier(K nodeIdentifier)
withNodeIdentifier
in interface NormalizedNodeBuilder<K extends YangInstanceIdentifier.PathArgument,Collection<CV extends NormalizedNode<? extends CK,?>>,P extends NormalizedNode<K,?>>
NormalizedNodeContainerBuilder<K,CK,CV,P> withValue(Collection<CV> value)
withValue
in interface NormalizedNodeBuilder<K extends YangInstanceIdentifier.PathArgument,Collection<CV extends NormalizedNode<? extends CK,?>>,P extends NormalizedNode<K,?>>
Copyright © 2019 OpenDaylight. All rights reserved.