public class DeviceStreamAckCommand extends SystemCommand implements IDeviceStreamAckCommand
Constructor and Description |
---|
DeviceStreamAckCommand() |
Modifier and Type | Method and Description |
---|---|
DeviceStreamStatus |
getStatus()
Get status of stream creation.
|
java.lang.String |
getStreamId()
Get unique id of stream being created.
|
void |
setStatus(DeviceStreamStatus status) |
void |
setStreamId(java.lang.String streamId) |
getType, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
public java.lang.String getStreamId()
IDeviceStreamAckCommand
getStreamId
in interface IDeviceStreamAckCommand
public void setStreamId(java.lang.String streamId)
public DeviceStreamStatus getStatus()
IDeviceStreamAckCommand
getStatus
in interface IDeviceStreamAckCommand
public void setStatus(DeviceStreamStatus status)