Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.vertex.Srgb
-
-
Uses of Srgb 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 Srgb Modifier and Type Method Description SrgbVertex. getSrgb()Return srgb, ornullif it is not present. -
Uses of Srgb 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 Srgb Modifier and Type Method Description SrgbVertexBuilder. getSrgb()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type Srgb Modifier and Type Method Description VertexBuilderVertexBuilder. setSrgb(Srgb value) -
Uses of Srgb in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.vertex
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.vertex with type parameters of type Srgb Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Srgb>>
E$$SrgbBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.vertex that return Srgb Modifier and Type Method Description SrgbSrgbBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.vertex that return types with arguments of type Srgb Modifier and Type Method Description default Class<Srgb>Srgb. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.vertex with parameters of type Srgb Modifier and Type Method Description static 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.rev191125.vertex with type arguments of type Srgb Modifier and Type Method Description SrgbBuilderSrgbBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Srgb> augmentation)Add an augmentation to this builder's product.SrgbBuilderSrgbBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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.rev191125.vertex with parameters of type Srgb Constructor Description SrgbBuilder(Srgb base)
-