Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.GraphTopology
-
Packages that use GraphTopology Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 -
-
Uses of GraphTopology in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 with type parameters of type GraphTopology Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GraphTopology>>
E$$GraphTopologyBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 that return GraphTopology Modifier and Type Method Description @NonNull GraphTopologyGraphTopologyBuilder. build()A newGraphTopologyinstance.GraphTopologyGraphData. getGraphTopology()Return graphTopology, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 that return types with arguments of type GraphTopology Modifier and Type Method Description default Class<GraphTopology>GraphTopology. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 with parameters of type GraphTopology Modifier and Type Method Description static booleanGraphTopology. bindingEquals(@NonNull GraphTopology thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intGraphTopology. bindingHashCode(@NonNull GraphTopology obj)Default implementation ofObject.hashCode()contract for this interface.static StringGraphTopology. bindingToString(@NonNull GraphTopology obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 with type arguments of type GraphTopology Modifier and Type Method Description GraphTopologyBuilderGraphTopologyBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<GraphTopology> augmentation)Add an augmentation to this builder's product.GraphTopologyBuilderGraphTopologyBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GraphTopology>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 with parameters of type GraphTopology Constructor Description GraphTopologyBuilder(GraphTopology base)Construct a builder initialized with state from specifiedGraphTopology.
-