public class SNMPAgentConfig
extends java.lang.Object
Constructor and Description |
---|
SNMPAgentConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxSnmpVersion() |
java.lang.String |
getReadCommunity() |
int |
getSnmpPort() |
java.lang.String |
getWriteCommunity() |
boolean |
isAgentEnabled() |
void |
setAgentEnabled(boolean isAgentEnabled) |
void |
setMaxSnmpVersion(int maxSnmpVersion) |
void |
setReadCommunity(java.lang.String readCommunity) |
void |
setSnmpPort(int snmpPort) |
void |
setWriteCommunity(java.lang.String writeCommunity) |
public boolean isAgentEnabled()
public int getSnmpPort()
public int getMaxSnmpVersion()
public java.lang.String getReadCommunity()
public java.lang.String getWriteCommunity()
public void setAgentEnabled(boolean isAgentEnabled)
isAgentEnabled
- the isAgentEnabled to setpublic void setSnmpPort(int snmpPort)
snmpPort
- the snmpPort to setpublic void setMaxSnmpVersion(int maxSnmpVersion)
maxSnmpVersion
- the maxSnmpVersion to setpublic void setReadCommunity(java.lang.String readCommunity)
readCommunity
- the readCommunity to setpublic void setWriteCommunity(java.lang.String writeCommunity)
writeCommunity
- the writeCommunity to set