public class PylonTask extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
createdAt |
protected String |
id |
protected PylonTaskParameters |
parameters |
protected String |
status |
protected String |
subscriptionId |
protected String |
type |
protected long |
updatedAt |
| Constructor and Description |
|---|
PylonTask() |
PylonTask(String subscriptionId,
PylonTaskParameters parameters,
String type) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedAt() |
String |
getId() |
PylonTaskParameters |
getParameters() |
String |
getRecordingId() |
String |
getStatus() |
String |
getType() |
long |
getUpdatedAt() |
protected String subscriptionId
protected PylonTaskParameters parameters
protected String type
protected long createdAt
protected long updatedAt
protected String id
protected String status
public PylonTask()
public PylonTask(String subscriptionId, PylonTaskParameters parameters, String type)
public String getRecordingId()
public PylonTaskParameters getParameters()
public String getType()
public long getCreatedAt()
public long getUpdatedAt()
public String getId()
public String getStatus()
Copyright © 2017. All Rights Reserved.