public class EventdConfiguration extends Object implements Serializable
Constructor and Description |
---|
EventdConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getGetNextEventID() |
Boolean |
getLogEventSummaries() |
Integer |
getQueueLength() |
Integer |
getReceivers() |
Integer |
getSocketSoTimeoutPeriod() |
String |
getSocketSoTimeoutRequired() |
String |
getTCPAddress() |
Integer |
getTCPPort() |
String |
getUDPAddress() |
Integer |
getUDPPort() |
int |
hashCode() |
boolean |
hasLogEventSummaries() |
void |
setGetNextEventID(String getNextEventID) |
void |
setLogEventSummaries(Boolean logEventSummaries) |
void |
setQueueLength(Integer queueLength) |
void |
setReceivers(Integer receivers) |
void |
setSocketSoTimeoutPeriod(Integer socketSoTimeoutPeriod) |
void |
setSocketSoTimeoutRequired(String socketSoTimeoutRequired) |
void |
setTCPAddress(String TCPAddress) |
void |
setTCPPort(Integer TCPPort) |
void |
setUDPAddress(String UDPAddress) |
void |
setUDPPort(Integer UDPPort) |
public String getTCPAddress()
public void setTCPAddress(String TCPAddress)
public Integer getTCPPort()
public void setTCPPort(Integer TCPPort)
public String getUDPAddress()
public void setUDPAddress(String UDPAddress)
public Integer getUDPPort()
public void setUDPPort(Integer UDPPort)
public Integer getReceivers()
public void setReceivers(Integer receivers)
public Integer getQueueLength()
public void setQueueLength(Integer queueLength)
public String getGetNextEventID()
public void setGetNextEventID(String getNextEventID)
public String getSocketSoTimeoutRequired()
public void setSocketSoTimeoutRequired(String socketSoTimeoutRequired)
public Integer getSocketSoTimeoutPeriod()
public void setSocketSoTimeoutPeriod(Integer socketSoTimeoutPeriod)
public Boolean getLogEventSummaries()
public boolean hasLogEventSummaries()
public void setLogEventSummaries(Boolean logEventSummaries)
Copyright © 2017. All rights reserved.