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