public class MessageFilter extends Object
| Constructor and Description |
|---|
MessageFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
LocalDateTime |
getFrom() |
String |
getKey() |
KeyFormat |
getKeyFormat() |
MessageFormat |
getMessageFormat() |
String |
getTopic() |
int |
hashCode() |
void |
setFrom(LocalDateTime from) |
void |
setKey(String key) |
void |
setKeyFormat(KeyFormat keyFormat) |
void |
setMessageFormat(MessageFormat messageFormat) |
void |
setTopic(String topic) |
String |
toString() |
public String getTopic()
public void setTopic(String topic)
public String getKey()
public void setKey(String key)
public LocalDateTime getFrom()
public void setFrom(LocalDateTime from)
public KeyFormat getKeyFormat()
public void setKeyFormat(KeyFormat keyFormat)
public MessageFormat getMessageFormat()
public void setMessageFormat(MessageFormat messageFormat)
Copyright © 2019. All rights reserved.