public class ImmutableAugmentationNodeSchemaAwareBuilder extends ImmutableAugmentationNodeBuilder
Modifier | Constructor and Description |
---|---|
protected |
ImmutableAugmentationNodeSchemaAwareBuilder(AugmentationSchemaNode schema) |
build, create, create, create, withoutChild
protected ImmutableAugmentationNodeSchemaAwareBuilder(AugmentationSchemaNode schema)
public DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> withNodeIdentifier(YangInstanceIdentifier.AugmentationIdentifier withNodeIdentifier)
withNodeIdentifier
in interface DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode>
withNodeIdentifier
in interface NormalizedNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>,AugmentationNode>
withNodeIdentifier
in interface NormalizedNodeContainerBuilder<YangInstanceIdentifier.AugmentationIdentifier,YangInstanceIdentifier.PathArgument,DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>,AugmentationNode>
public DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> withChild(DataContainerChild<?,?> child)
withChild
in interface DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode>
withChild
in class ImmutableAugmentationNodeBuilder
public static @NonNull DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> create(AugmentationSchemaNode schema)
protected final I getNodeIdentifier()
protected final DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?> getChild(YangInstanceIdentifier.PathArgument child)
protected final Map<YangInstanceIdentifier.PathArgument,DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>> buildValue()
public DataContainerNodeBuilder<I,R> withValue(Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>> withValue)
withValue
in interface DataContainerNodeBuilder<I extends YangInstanceIdentifier.PathArgument,R extends DataContainerNode<I>>
withValue
in interface NormalizedNodeBuilder<I extends YangInstanceIdentifier.PathArgument,Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>,R extends DataContainerNode<I>>
withValue
in interface NormalizedNodeContainerBuilder<I extends YangInstanceIdentifier.PathArgument,YangInstanceIdentifier.PathArgument,DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>,R extends DataContainerNode<I>>
public DataContainerNodeBuilder<I,R> addChild(DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?> child)
addChild
in interface NormalizedNodeContainerBuilder<I extends YangInstanceIdentifier.PathArgument,YangInstanceIdentifier.PathArgument,DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>,R extends DataContainerNode<I>>
public NormalizedNodeContainerBuilder<I,YangInstanceIdentifier.PathArgument,DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>,R> removeChild(YangInstanceIdentifier.PathArgument key)
removeChild
in interface NormalizedNodeContainerBuilder<I extends YangInstanceIdentifier.PathArgument,YangInstanceIdentifier.PathArgument,DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>,R extends DataContainerNode<I>>
Copyright © 2019 OpenDaylight. All rights reserved.