Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.EdgeAttributes
-
-
Uses of EdgeAttributes 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 that return EdgeAttributes Modifier and Type Method Description EdgeAttributesEdge. getEdgeAttributes()Return edgeAttributes, ornullif it is not present. -
Uses of EdgeAttributes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge with type parameters of type EdgeAttributes Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<EdgeAttributes>>
E$$EdgeAttributesBuilder. 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.edge that return EdgeAttributes Modifier and Type Method Description @NonNull EdgeAttributesEdgeAttributesBuilder. build()A newEdgeAttributesinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge that return types with arguments of type EdgeAttributes Modifier and Type Method Description default Class<EdgeAttributes>EdgeAttributes. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge with parameters of type EdgeAttributes Modifier and Type Method Description static booleanEdgeAttributes. bindingEquals(@NonNull EdgeAttributes thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intEdgeAttributes. bindingHashCode(@NonNull EdgeAttributes obj)Default implementation ofObject.hashCode()contract for this interface.static StringEdgeAttributes. bindingToString(@NonNull EdgeAttributes 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.edge with type arguments of type EdgeAttributes Modifier and Type Method Description EdgeAttributesBuilderEdgeAttributesBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<EdgeAttributes> augmentation)Add an augmentation to this builder's product.EdgeAttributesBuilderEdgeAttributesBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EdgeAttributes>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge with parameters of type EdgeAttributes Constructor Description EdgeAttributesBuilder(EdgeAttributes base)Construct a builder initialized with state from specifiedEdgeAttributes. -
Uses of EdgeAttributes 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 EdgeAttributes Modifier and Type Method Description EdgeAttributesEdgeBuilder. getEdgeAttributes()Return current value associated with the property corresponding toEdge.getEdgeAttributes().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type EdgeAttributes Modifier and Type Method Description EdgeBuilderEdgeBuilder. setEdgeAttributes(EdgeAttributes value)Set the property corresponding toEdge.getEdgeAttributes()to the specified value.
-