@Beta public abstract class WriteableNodeWithSubshard extends WriteableModificationNode
| Modifier | Constructor and Description | 
|---|---|
protected  | 
WriteableNodeWithSubshard(Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> children)  | 
| Modifier and Type | Method and Description | 
|---|---|
WriteableModificationNode | 
getChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument node)
Gets child which is on path towards subshard. 
 | 
Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> | 
getChildrenWithSubshards()  | 
void | 
markDeleted()  | 
createOperationprotected WriteableNodeWithSubshard(Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> children)
public Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> getChildrenWithSubshards()
getChildrenWithSubshards in class WriteableModificationNodepublic WriteableModificationNode getChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument node)
WriteableModificationNodegetChild in class WriteableModificationNodepublic void markDeleted()
markDeleted in class WriteableModificationNodeCopyright © 2018 OpenDaylight. All rights reserved.