Class SnmpInfo


  • public class SnmpInfo
    extends Object

    SnmpInfo class.

    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    • Constructor Detail

      • SnmpInfo

        public SnmpInfo()

        Constructor for SnmpInfo.

    • Method Detail

      • getVersion

        public String getVersion()

        getVersion

        Returns:
        the version
      • setVersion

        public void setVersion​(String version)
      • getPort

        public Integer getPort()

        getPort

        Returns:
        the port
      • setPort

        public void setPort​(Integer port)

        setPort

        Parameters:
        port - the port to set
      • getRetries

        public Integer getRetries()

        getRetries

        Returns:
        the retries
      • setRetries

        public void setRetries​(Integer retries)

        setRetries

        Parameters:
        retries - the retries to set
      • getTimeout

        public Integer getTimeout()

        getTimeout

        Returns:
        the timeout
      • setTimeout

        public void setTimeout​(Integer timeout)

        setTimeout

        Parameters:
        timeout - the timeout to set
      • getLocation

        public String getLocation()
        Returns:
        the m_location
      • setLocation

        public void setLocation​(String location)
        Parameters:
        location - the m_location to set
      • getSecurityName

        public String getSecurityName()
      • setSecurityName

        public void setSecurityName​(String securityName)
      • hasTimeout

        public boolean hasTimeout()
      • hasMaxRequestSize

        public boolean hasMaxRequestSize()
      • hasMaxRepetitions

        public boolean hasMaxRepetitions()
      • hasMaxVarsPerPdu

        public boolean hasMaxVarsPerPdu()
      • getSecurityLevel

        public Integer getSecurityLevel()
      • setSecurityLevel

        public void setSecurityLevel​(Integer securityLevel)
      • getAuthPassPhrase

        public String getAuthPassPhrase()
      • setAuthPassPhrase

        public void setAuthPassPhrase​(String authPassPhrase)
      • getAuthProtocol

        public String getAuthProtocol()
      • setAuthProtocol

        public void setAuthProtocol​(String authProtocol)
      • getPrivPassPhrase

        public String getPrivPassPhrase()
      • setPrivPassPhrase

        public void setPrivPassPhrase​(String privPassPhrase)
      • getPrivProtocol

        public String getPrivProtocol()
      • setPrivProtocol

        public void setPrivProtocol​(String privProtocol)
      • getMaxVarsPerPdu

        public Integer getMaxVarsPerPdu()
      • setMaxVarsPerPdu

        public void setMaxVarsPerPdu​(Integer maxVarsPerPdu)
      • getMaxRepetitions

        public Integer getMaxRepetitions()
      • setMaxRepetitions

        public void setMaxRepetitions​(Integer maxRepetitions)
      • getEngineId

        public String getEngineId()
      • setEngineId

        public void setEngineId​(String engineId)
      • setContextEngineId

        public void setContextEngineId​(String contextEngineId)
      • getContextEngineId

        public String getContextEngineId()
      • setContextName

        public void setContextName​(String contextName)
      • getContextName

        public String getContextName()
      • setEnterpriseId

        public void setEnterpriseId​(String enterpriseId)
      • getEnterpriseId

        public String getEnterpriseId()
      • getReadCommunity

        public String getReadCommunity()
      • setReadCommunity

        public void setReadCommunity​(String readCommunity)
      • getWriteCommunity

        public String getWriteCommunity()
      • setWriteCommunity

        public void setWriteCommunity​(String writeCommunity)
      • getMaxRequestSize

        public Integer getMaxRequestSize()
      • setMaxRequestSize

        public void setMaxRequestSize​(Integer maxRequestSize)
      • getProxyHost

        public String getProxyHost()
      • setProxyHost

        public void setProxyHost​(String proxyHost)
      • getTTL

        public Long getTTL()
      • setTTL

        public void setTTL​(Long ttl)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object