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() |
String |
getLocation() |
String |
getProfileLabel() |
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 |
setLocation(String location) |
void |
setProfileLabel(String profileLabel) |
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, getTTL, getVersion, getWriteCommunity, hasMaxRepetitions, hasMaxRequestSize, hasMaxVarsPerPdu, hasPort, hasRetry, hasSecurityLevel, hasTimeout, hasTTL, setAuthPassphrase, setAuthProtocol, setContextEngineId, setContextName, setEngineId, setEnterpriseId, setMaxRepetitions, setMaxRequestSize, setMaxVarsPerPdu, setPort, setPrivacyPassphrase, setPrivacyProtocol, setProxyHost, setReadCommunity, setRetry, setSecurityLevel, setSecurityName, setTimeout, setTTL, setVersion, setWriteCommunity
public void addRange(Range range) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removeRange(Range range)
public void addSpecific(String specific) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removeSpecific(String specific)
public void addIpMatch(String ipMatch) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removeIpMatch(String ipMatch)
public String getLocation()
public void setLocation(String location)
public String getProfileLabel()
public void setProfileLabel(String profileLabel)
public int hashCode()
hashCode
in class Configuration
public boolean equals(Object obj)
equals
in class Configuration
public void visit(SnmpConfigVisitor visitor)
public String toString()
toString
in class Configuration
Copyright © 2021. All rights reserved.