Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph.PrefixBuilder
-
Packages that use PrefixBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph -
-
Uses of PrefixBuilder 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 PrefixBuilder Modifier and Type Method Description PrefixBuilderPrefixBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Prefix> augmentation)Add an augmentation to this builder's product.PrefixBuilderPrefixBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Prefix>> augmentationType)Remove an augmentation from this builder's product.PrefixBuilderPrefixBuilder. setNodeSid(Boolean value)Set the property corresponding toPrefix.getNodeSid()to the specified value.PrefixBuilderPrefixBuilder. setPrefix(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix value)Set the property corresponding toPrefix.getPrefix()to the specified value.PrefixBuilderPrefixBuilder. setPrefixSid(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toPrefix.getPrefixSid()to the specified value.PrefixBuilderPrefixBuilder. setVertexId(org.opendaylight.yangtools.yang.common.Uint64 value)Set the property corresponding toPrefix.getVertexId()to the specified value.PrefixBuilderPrefixBuilder. withKey(PrefixKey key)
-