Class IceAgitatorConfig

java.lang.Object
com.tccc.kos.commons.core.service.config.ConfigBean
com.tccc.kos.ext.freestyle.hardware.can.subnode.ice.IceAgitatorConfig
All Implemented Interfaces:
com.tccc.kos.commons.util.ready.Ready

public class IceAgitatorConfig extends com.tccc.kos.commons.core.service.config.ConfigBean
Config bean for IceAgitator
Version:
Aug-5-17
  • Field Details

  • Constructor Details

    • IceAgitatorConfig

      public IceAgitatorConfig()
  • Method Details

    • getSettings

      public IceAgitatorSettings getSettings()
    • getType

      public String getType()
    • getMaxDispenseSec

      public int getMaxDispenseSec()
    • isEnableIceChuteClear

      public boolean isEnableIceChuteClear()
    • getIceChuteClearIntervalSec

      public int getIceChuteClearIntervalSec()
    • getIceChuteClearRetryIntervalSec

      public int getIceChuteClearRetryIntervalSec()
    • getIceChuteClearDurationMs

      public int getIceChuteClearDurationMs()
    • setSettings

      public void setSettings(IceAgitatorSettings settings)
    • setType

      public void setType(String type)
    • setMaxDispenseSec

      public void setMaxDispenseSec(int maxDispenseSec)
    • setEnableIceChuteClear

      public void setEnableIceChuteClear(boolean enableIceChuteClear)
    • setIceChuteClearIntervalSec

      public void setIceChuteClearIntervalSec(int iceChuteClearIntervalSec)
    • setIceChuteClearRetryIntervalSec

      public void setIceChuteClearRetryIntervalSec(int iceChuteClearRetryIntervalSec)
    • setIceChuteClearDurationMs

      public void setIceChuteClearDurationMs(int iceChuteClearDurationMs)