public class StreamRequest extends java.lang.Object
Contains the uuid of the Call and the StreamPayload to be sent in the request.
| Constructor and Description |
|---|
StreamRequest(java.lang.String uuid,
java.lang.String streamUrl,
int loop) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUuid() |
void |
setUuid(java.lang.String uuid) |
java.lang.String |
toJson() |
public StreamRequest(java.lang.String uuid, java.lang.String streamUrl, int loop)