Package 

Class TimerProperty

  • All Implemented Interfaces:
    com.thingclips.smart.home.sdk.bean.scene.condition.property.IProperty , java.io.Serializable

    
    public class TimerProperty
     implements IProperty
                        

    Created by blitzfeng on 2018/3/8.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String type
      private String timezoneId
      private String loops
      private String time
      private String data
    • Method Summary

      Modifier and Type Method Description
      static String getType()
      String getTimezoneId()
      void setTimezoneId(String timezoneId)
      String getLoops()
      void setLoops(String loops)
      String getTime()
      void setTime(String time)
      String getData()
      void setData(String data)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait