public class Definition extends Configuration implements Serializable
| Constructor and Description |
|---|
Definition() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIpMatch(String ipMatch) |
void |
addRange(Range range) |
void |
addSpecific(String specific) |
boolean |
equals(Object obj) |
List<String> |
getIpMatches() |
List<Range> |
getRanges() |
List<String> |
getSpecifics() |
int |
hashCode() |
boolean |
removeIpMatch(String ipMatch) |
boolean |
removeRange(Range range) |
boolean |
removeSpecific(String specific) |
void |
setIpMatches(List<String> ipMatches) |
void |
setRanges(List<Range> ranges) |
void |
setSpecifics(List<String> specifics) |
String |
toString() |
void |
visit(SnmpConfigVisitor visitor) |
deleteMaxRepetitions, deleteMaxRequestSize, deleteMaxVarsPerPdu, deletePort, deleteRetry, deleteSecurityLevel, deleteTimeout, getAuthPassphrase, getAuthProtocol, getContextEngineId, getContextName, getEngineId, getEnterpriseId, getMaxRepetitions, getMaxRequestSize, getMaxVarsPerPdu, getPort, getPrivacyPassphrase, getPrivacyProtocol, getProxyHost, getReadCommunity, getRetry, getSecurityLevel, getSecurityName, getTimeout, getVersion, getWriteCommunity, hasMaxRepetitions, hasMaxRequestSize, hasMaxVarsPerPdu, hasPort, hasRetry, hasSecurityLevel, hasTimeout, setAuthPassphrase, setAuthProtocol, setContextEngineId, setContextName, setEngineId, setEnterpriseId, setMaxRepetitions, setMaxRequestSize, setMaxVarsPerPdu, setPort, setPrivacyPassphrase, setPrivacyProtocol, setProxyHost, setReadCommunity, setRetry, setSecurityLevel, setSecurityName, setTimeout, setVersion, setWriteCommunitypublic void addRange(Range range) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic boolean removeRange(Range range)
public void addSpecific(String specific) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic boolean removeSpecific(String specific)
public void addIpMatch(String ipMatch) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic boolean removeIpMatch(String ipMatch)
public int hashCode()
hashCode in class Configurationpublic boolean equals(Object obj)
equals in class Configurationpublic void visit(SnmpConfigVisitor visitor)
public String toString()
toString in class ConfigurationCopyright © 2015. All rights reserved.