Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.EdgeAttributes
Packages that use EdgeAttributes
Package
Description
-
Uses of EdgeAttributes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 that return EdgeAttributesModifier and TypeMethodDescriptionEdge.getEdgeAttributes()Return edgeAttributes, ornullif it is not present.@NonNull EdgeAttributesEdge.nonnullEdgeAttributes()Return edgeAttributes, or an empty instance if it is not present. -
Uses of EdgeAttributes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge with type parameters of type EdgeAttributesModifier and TypeMethodDescription<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.rev220720.edge that return EdgeAttributesModifier and TypeMethodDescription@NonNull EdgeAttributesEdgeAttributesBuilder.build()A newEdgeAttributesinstance.static @NonNull EdgeAttributesEdgeAttributesBuilder.empty()Get empty instance of EdgeAttributes.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge that return types with arguments of type EdgeAttributesModifier and TypeMethodDescriptiondefault Class<EdgeAttributes>EdgeAttributes.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge with parameters of type EdgeAttributesModifier and TypeMethodDescriptionstatic 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.rev220720.edge with type arguments of type EdgeAttributesModifier and TypeMethodDescriptionEdgeAttributesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<EdgeAttributes> augmentation) Add an augmentation to this builder's product.EdgeAttributesBuilder.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.rev220720.edge with parameters of type EdgeAttributesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedEdgeAttributes. -
Uses of EdgeAttributes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph that return EdgeAttributesModifier and TypeMethodDescriptionEdgeBuilder.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.rev220720.graph.topology.graph with parameters of type EdgeAttributesModifier and TypeMethodDescriptionEdgeBuilder.setEdgeAttributes(EdgeAttributes value) Set the property corresponding toEdge.getEdgeAttributes()to the specified value.