Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph.PrefixKey
-
-
Uses of PrefixKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology that return types with arguments of type PrefixKey Modifier and Type Method Description @Nullable Map<PrefixKey,Prefix>Graph. getPrefix()Return prefix, ornullif it is not present.Map<PrefixKey,Prefix>GraphBuilder. getPrefix()Return current value associated with the property corresponding toGraph.getPrefix().default @NonNull Map<PrefixKey,Prefix>Graph. nonnullPrefix()Return prefix, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology with type arguments of type PrefixKey Modifier and Type Method Description GraphBuilderGraphBuilder. setPrefix(Map<PrefixKey,Prefix> values)Set the property corresponding toGraph.getPrefix()to the specified value. -
Uses of PrefixKey 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 PrefixKey Modifier and Type Method Description PrefixKeyPrefix. key()PrefixKeyPrefixBuilder. key()Return current value associated with the property corresponding toPrefix.key().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type PrefixKey Modifier and Type Method Description PrefixBuilderPrefixBuilder. withKey(PrefixKey key)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type PrefixKey Constructor Description PrefixKey(PrefixKey source)Creates a copy from Source Object.
-