public final class StitchRequestBody extends Object implements StitchModel
| Modifier and Type | Class and Description |
|---|---|
static class |
StitchRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_NAMES |
static String |
MESSAGES |
static String |
SCHEMA |
static String |
TABLE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static StitchRequestBody.Builder |
builder() |
static StitchRequestBody.Builder |
fromMap(Map<String,Object> data) |
static StitchRequestBody.Builder |
fromStitchRequestBody(StitchRequestBody body) |
Collection<String> |
getKeyNames() |
Collection<StitchMessage> |
getMessages() |
StitchSchema |
getSchema() |
String |
getTableName() |
Map<String,Object> |
toMap()
Create a map representation of the model which is essentially the JSON representation of the model.
|
public static final String TABLE_NAME
public static final String SCHEMA
public static final String MESSAGES
public static final String KEY_NAMES
public static StitchRequestBody.Builder builder()
public static StitchRequestBody.Builder fromStitchRequestBody(StitchRequestBody body)
public static StitchRequestBody.Builder fromMap(Map<String,Object> data)
public String getTableName()
public StitchSchema getSchema()
public Collection<StitchMessage> getMessages()
public Collection<String> getKeyNames()
public Map<String,Object> toMap()
StitchModeltoMap in interface StitchModelMapApache Camel