public class ProcessRecordsMessage extends Message
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION
The name used for the action field in
Message. |
| Constructor and Description |
|---|
ProcessRecordsMessage()
Default constructor.
|
ProcessRecordsMessage(java.util.List<Record> records)
Convenience constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JsonFriendlyRecord> |
getRecords() |
void |
setRecords(java.util.List<JsonFriendlyRecord> records) |
public static final java.lang.String ACTION
Message.public ProcessRecordsMessage()
public ProcessRecordsMessage(java.util.List<Record> records)
records - The records.public java.util.List<JsonFriendlyRecord> getRecords()
public void setRecords(java.util.List<JsonFriendlyRecord> records)
records - The records.