public class Configuration extends Object implements Serializable
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
void |
deleteBatchInterval() |
void |
deleteBatchSize() |
void |
deleteMatchingGroupHost() |
void |
deleteMatchingGroupMessage() |
void |
deleteNewSuspectOnMessage() |
void |
deleteQueueSize() |
void |
deleteSyslogPort() |
void |
deleteThreads() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Integer |
getBatchInterval()
Returns the value of field 'batchInterval'.
|
Integer |
getBatchSize()
Returns the value of field 'batchSize'.
|
String |
getDiscardUei()
Returns the value of field 'discardUei'.
|
String |
getForwardingRegexp()
Returns the value of field 'forwardingRegexp'.
|
String |
getListenAddress()
Returns the value of field 'listenAddress'.
|
Integer |
getMatchingGroupHost()
Returns the value of field 'matchingGroupHost'.
|
Integer |
getMatchingGroupMessage()
Returns the value of field 'matchingGroupMessage'.
|
Boolean |
getNewSuspectOnMessage()
Returns the value of field 'newSuspectOnMessage'.
|
String |
getParser()
Returns the value of field 'parser'.
|
Integer |
getQueueSize()
Returns the value of field 'queueSize'.
|
Integer |
getSyslogPort()
Returns the value of field 'syslogPort'.
|
Integer |
getThreads()
Returns the value of field 'threads'.
|
boolean |
hasBatchInterval()
Method hasBatchInterval.
|
boolean |
hasBatchSize()
Method hasBatchSize.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasMatchingGroupHost()
Method hasMatchingGroupHost.
|
boolean |
hasMatchingGroupMessage()
Method hasMatchingGroupMessage.
|
boolean |
hasNewSuspectOnMessage()
Method hasNewSuspectOnMessage.
|
boolean |
hasQueueSize()
Method hasQueueSize.
|
boolean |
hasSyslogPort()
Method hasSyslogPort.
|
boolean |
hasThreads()
Method hasThreads.
|
Boolean |
isNewSuspectOnMessage()
Returns the value of field 'newSuspectOnMessage'.
|
void |
setBatchInterval(Integer batchInterval)
Sets the value of field 'batchInterval'.
|
void |
setBatchSize(Integer batchSize)
Sets the value of field 'batchSize'.
|
void |
setDiscardUei(String discardUei)
Sets the value of field 'discardUei'.
|
void |
setForwardingRegexp(String forwardingRegexp)
Sets the value of field 'forwardingRegexp'.
|
void |
setListenAddress(String listenAddress)
Sets the value of field 'listenAddress'.
|
void |
setMatchingGroupHost(Integer matchingGroupHost)
Sets the value of field 'matchingGroupHost'.
|
void |
setMatchingGroupMessage(Integer matchingGroupMessage)
Sets the value of field 'matchingGroupMessage'.
|
void |
setNewSuspectOnMessage(Boolean newSuspectOnMessage)
Sets the value of field 'newSuspectOnMessage'.
|
void |
setParser(String parser)
Sets the value of field 'parser'.
|
void |
setQueueSize(Integer queueSize)
Sets the value of field 'queueSize'.
|
void |
setSyslogPort(Integer syslogPort)
Sets the value of field 'syslogPort'.
|
void |
setThreads(Integer threads)
Sets the value of field 'threads'.
|
public void deleteBatchInterval()
public void deleteBatchSize()
public void deleteMatchingGroupHost()
public void deleteMatchingGroupMessage()
public void deleteNewSuspectOnMessage()
public void deleteQueueSize()
public void deleteSyslogPort()
public void deleteThreads()
public boolean equals(Object obj)
public Integer getBatchInterval()
public Integer getBatchSize()
public String getDiscardUei()
public String getForwardingRegexp()
public String getListenAddress()
public Integer getMatchingGroupHost()
public Integer getMatchingGroupMessage()
public Boolean getNewSuspectOnMessage()
public String getParser()
public Integer getQueueSize()
public Integer getSyslogPort()
public Integer getThreads()
public boolean hasBatchInterval()
public boolean hasBatchSize()
public boolean hasMatchingGroupHost()
public boolean hasMatchingGroupMessage()
public boolean hasNewSuspectOnMessage()
public boolean hasQueueSize()
public boolean hasSyslogPort()
public boolean hasThreads()
public int hashCode()
public Boolean isNewSuspectOnMessage()
public void setBatchInterval(Integer batchInterval)
batchInterval
- the value of field 'batchInterval'.public void setBatchSize(Integer batchSize)
batchSize
- the value of field 'batchSize'.public void setDiscardUei(String discardUei)
discardUei
- the value of field 'discardUei'.public void setForwardingRegexp(String forwardingRegexp)
forwardingRegexp
- the value of field 'forwardingRegexp'.public void setListenAddress(String listenAddress)
listenAddress
- the value of field 'listenAddress'.public void setMatchingGroupHost(Integer matchingGroupHost)
matchingGroupHost
- the value of field 'matchingGroupHost'.public void setMatchingGroupMessage(Integer matchingGroupMessage)
matchingGroupMessage
- the value of field 'matchingGroupMessage'.public void setNewSuspectOnMessage(Boolean newSuspectOnMessage)
newSuspectOnMessage
- the value of field 'newSuspectOnMessage'.public void setParser(String parser)
parser
- the value of field 'parser'.public void setQueueSize(Integer queueSize)
queueSize
- the value of field 'queueSize'.public void setSyslogPort(Integer syslogPort)
syslogPort
- the value of field 'syslogPort'.public void setThreads(Integer threads)
threads
- the value of field 'threads'.Copyright © 2017. All rights reserved.