com.hyper9.simdk.stubs.dao
Class HostSnmpConfigSpec

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

public class HostSnmpConfigSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostSnmpConfigSpec()
           
 
Method Summary
 Boolean getEnabled()
           
 Integer getPort()
           
 List<String> getReadOnlyCommunities()
           
 List<HostSnmpDestination> getTrapTargets()
           
 void setEnabled(Boolean toSet)
           
 void setPort(Integer toSet)
           
 void setReadOnlyCommunities(List<String> toSet)
           
 void setTrapTargets(List<HostSnmpDestination> 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

HostSnmpConfigSpec

public HostSnmpConfigSpec()
Method Detail

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)

getPort

public Integer getPort()

setPort

public void setPort(Integer toSet)

getReadOnlyCommunities

public List<String> getReadOnlyCommunities()

setReadOnlyCommunities

public void setReadOnlyCommunities(List<String> toSet)

getTrapTargets

public List<HostSnmpDestination> getTrapTargets()

setTrapTargets

public void setTrapTargets(List<HostSnmpDestination> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.