Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.vertex.Srgb
Packages that use Srgb
Package
Description
-
Uses of Srgb 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 SrgbModifier and TypeMethodDescriptionVertex.getSrgb()Return srgb, ornullif it is not present.@NonNull SrgbVertex.nonnullSrgb()Return srgb, or an empty instance if it is not present. -
Uses of Srgb 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 SrgbModifier and TypeMethodDescriptionVertexBuilder.getSrgb()Return current value associated with the property corresponding toVertex.getSrgb().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph with parameters of type SrgbModifier and TypeMethodDescriptionSet the property corresponding toVertex.getSrgb()to the specified value. -
Uses of Srgb in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.vertex
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.vertex with type parameters of type SrgbModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Srgb>>
E$$SrgbBuilder.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.vertex that return SrgbModifier and TypeMethodDescription@NonNull SrgbSrgbBuilder.build()A newSrgbinstance.static @NonNull SrgbSrgbBuilder.empty()Get empty instance of Srgb.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.vertex that return types with arguments of type SrgbMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.vertex with parameters of type SrgbModifier and TypeMethodDescriptionstatic booleanSrgb.bindingEquals(@NonNull Srgb thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSrgb.bindingHashCode(@NonNull Srgb obj) Default implementation ofObject.hashCode()contract for this interface.static StringSrgb.bindingToString(@NonNull Srgb 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.vertex with type arguments of type SrgbModifier and TypeMethodDescriptionSrgbBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Srgb> augmentation) Add an augmentation to this builder's product.SrgbBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Srgb>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.vertex with parameters of type SrgbModifierConstructorDescriptionSrgbBuilder(Srgb base) Construct a builder initialized with state from specifiedSrgb.