public class EventMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TTH_INFINITE |
| Constructor and Description |
|---|
EventMessage() |
EventMessage(String producerId,
Topic topic,
String payload,
int tthDays,
Map<String,MapValue> map) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MapValue> |
getMap() |
String |
getPayload() |
String |
getProducerId() |
String |
getTopic() |
int |
getTthDays() |
boolean |
hasNulls() |
void |
setMap(Map<String,MapValue> map) |
void |
setPayload(String payload) |
void |
setProducerId(String producerId) |
void |
setTopic(String topic) |
void |
setTthDays(int tthDays) |
String |
toString() |
public static final int TTH_INFINITE
public String getProducerId()
public void setProducerId(String producerId)
public String getTopic()
public void setTopic(String topic)
public String getPayload()
public void setPayload(String payload)
public boolean hasNulls()
public int getTthDays()
public void setTthDays(int tthDays)
Copyright © 2019. All rights reserved.