java.lang.Object
io.github.zeroone3010.yahueapi.v2.domain.update.Color

public class Color
extends Object
  • Constructor Details

  • Method Details

    • getXy

      public Xy getXy()
    • setXy

      public Color setXy​(Xy xy)
      Sets the color for this object and returns self.
      Parameters:
      xy - X and Y coordinates of the color to be set.
      Returns:
      Self, so that one can also use this method like a fluent builder.
    • toString

      public String toString()
      Overrides:
      toString in class Object