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()Return current value associated with the property corresponding toVertex.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)Set 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.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)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.vertex that return Srgb Modifier and Type Method Description @NonNull SrgbSrgbBuilder. build()A newSrgbinstance.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)Construct a builder initialized with state from specifiedSrgb.
-