com.hyper9.simdk.stubs.dao
Class ClusterVmToolsMonitoringSettings

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.ClusterVmToolsMonitoringSettings
All Implemented Interfaces:
Serializable

public class ClusterVmToolsMonitoringSettings
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterVmToolsMonitoringSettings()
           
 
Method Summary
 Boolean getClusterSettings()
           
 Boolean getEnabled()
           
 Integer getFailureInterval()
           
 Integer getMaxFailures()
           
 Integer getMaxFailureWindow()
           
 Integer getMinUpTime()
           
 void setClusterSettings(Boolean toSet)
           
 void setEnabled(Boolean toSet)
           
 void setFailureInterval(Integer toSet)
           
 void setMaxFailures(Integer toSet)
           
 void setMaxFailureWindow(Integer toSet)
           
 void setMinUpTime(Integer toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterVmToolsMonitoringSettings

public ClusterVmToolsMonitoringSettings()
Method Detail

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)

getClusterSettings

public Boolean getClusterSettings()

setClusterSettings

public void setClusterSettings(Boolean toSet)

getFailureInterval

public Integer getFailureInterval()

setFailureInterval

public void setFailureInterval(Integer toSet)

getMinUpTime

public Integer getMinUpTime()

setMinUpTime

public void setMinUpTime(Integer toSet)

getMaxFailures

public Integer getMaxFailures()

setMaxFailures

public void setMaxFailures(Integer toSet)

getMaxFailureWindow

public Integer getMaxFailureWindow()

setMaxFailureWindow

public void setMaxFailureWindow(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.