com.hyper9.simdk.stubs.dao
Class HostSnmpSystemAgentLimits

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

public class HostSnmpSystemAgentLimits
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostSnmpSystemAgentLimits()
           
 
Method Summary
 HostSnmpAgentCapability getCapability()
           
 Integer getMaxBufferSize()
           
 Integer getMaxCommunityLength()
           
 Integer getMaxReadOnlyCommunities()
           
 Integer getMaxTrapDestinations()
           
 void setCapability(HostSnmpAgentCapability toSet)
           
 void setMaxBufferSize(Integer toSet)
           
 void setMaxCommunityLength(Integer toSet)
           
 void setMaxReadOnlyCommunities(Integer toSet)
           
 void setMaxTrapDestinations(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

HostSnmpSystemAgentLimits

public HostSnmpSystemAgentLimits()
Method Detail

getMaxReadOnlyCommunities

public Integer getMaxReadOnlyCommunities()

setMaxReadOnlyCommunities

public void setMaxReadOnlyCommunities(Integer toSet)

getMaxTrapDestinations

public Integer getMaxTrapDestinations()

setMaxTrapDestinations

public void setMaxTrapDestinations(Integer toSet)

getMaxCommunityLength

public Integer getMaxCommunityLength()

setMaxCommunityLength

public void setMaxCommunityLength(Integer toSet)

getMaxBufferSize

public Integer getMaxBufferSize()

setMaxBufferSize

public void setMaxBufferSize(Integer toSet)

getCapability

public HostSnmpAgentCapability getCapability()

setCapability

public void setCapability(HostSnmpAgentCapability toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.