Class GroupState

java.lang.Object
io.github.zeroone3010.yahueapi.domain.GroupState

public class GroupState
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    GroupState()  
  • Method Summary

    Modifier and Type Method Description
    boolean isAllOn()  
    boolean isAnyOn()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • isAllOn

      public boolean isAllOn()
    • isAnyOn

      public boolean isAnyOn()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object