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