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