Class RuleCondition

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

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

    Constructors 
    Constructor Description
    RuleCondition()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAddress()  
    java.lang.String getOperator()  
    java.lang.String getValue()  
    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

    • getAddress

      public java.lang.String getAddress()
    • getOperator

      public java.lang.String getOperator()
    • getValue

      public java.lang.String getValue()
    • toString

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