Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph.VertexBuilder
Packages that use VertexBuilder
Package
Description
-
Uses of VertexBuilder 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 VertexBuilderModifier and TypeMethodDescriptionVertexBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Vertex> augmentation) Add an augmentation to this builder's product.VertexBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Vertex>> augmentationType) Remove an augmentation from this builder's product.VertexBuilder.setAsn(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toVertex.getAsn()to the specified value.Set the property corresponding toVertex.getName()to the specified value.VertexBuilder.setRouterId(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address value) Set the property corresponding toVertex.getRouterId()to the specified value.VertexBuilder.setRouterId6(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address value) Set the property corresponding toVertex.getRouterId6()to the specified value.Set the property corresponding toVertex.getSrgb()to the specified value.VertexBuilder.setVertexId(org.opendaylight.yangtools.yang.common.Uint64 value) Set the property corresponding toVertex.getVertexId()to the specified value.VertexBuilder.setVertexType(Vertex.VertexType value) Set the property corresponding toVertex.getVertexType()to the specified value.Set the key value corresponding toVertex.key()to the specified value.