public class Request
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
customData
Any additional, non-standard, data.
|
Constructor and Description |
---|
Request() |
Modifier and Type | Method and Description |
---|---|
void |
addCustomData(java.lang.String key,
java.lang.Object value)
Adds the object value using the provided key to the custom data of the request.
|
public java.util.Map<java.lang.String,java.lang.Object> customData
public void addCustomData(java.lang.String key, java.lang.Object value)
key
- Key to set the data on. The keys will be treated as case-sensitive.value
- Value to add to the custom data.