Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph.EdgeBuilder
Packages that use EdgeBuilder
Package
Description
-
Uses of EdgeBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph that return EdgeBuilderModifier and TypeMethodDescriptionEdgeBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Edge> augmentation) Add an augmentation to this builder's product.EdgeBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Edge>> augmentationType) Remove an augmentation from this builder's product.EdgeBuilder.setEdgeAttributes(EdgeAttributes value) Set the property corresponding toEdge.getEdgeAttributes()to the specified value.EdgeBuilder.setEdgeId(org.opendaylight.yangtools.yang.common.Uint64 value) Set the property corresponding toEdge.getEdgeId()to the specified value.EdgeBuilder.setLocalVertexId(org.opendaylight.yangtools.yang.common.Uint64 value) Set the property corresponding toEdge.getLocalVertexId()to the specified value.Set the property corresponding toEdge.getName()to the specified value.EdgeBuilder.setRemoteVertexId(org.opendaylight.yangtools.yang.common.Uint64 value) Set the property corresponding toEdge.getRemoteVertexId()to the specified value.Set the key value corresponding toEdge.key()to the specified value.