public class WorkflowRealTimeStatistics extends Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static WorkflowRealTimeStatisticsFetcher |
fetcher(String pathWorkspaceSid,
String pathWorkflowSid)
Create a WorkflowRealTimeStatisticsFetcher to execute fetch.
|
static WorkflowRealTimeStatistics |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a WorkflowRealTimeStatistics object using
the provided ObjectMapper.
|
static WorkflowRealTimeStatistics |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a WorkflowRealTimeStatistics object using the
provided ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
Integer |
getLongestTaskWaitingAge()
Returns The The longest_task_waiting_age.
|
Map<String,Object> |
getTasksByPriority()
Returns The The tasks_by_priority.
|
Map<String,Object> |
getTasksByStatus()
Returns The The tasks_by_status.
|
Integer |
getTotalTasks()
Returns The The total_tasks.
|
URI |
getUrl()
Returns The The url.
|
String |
getWorkflowSid()
Returns The The workflow_sid.
|
String |
getWorkspaceSid()
Returns The The workspace_sid.
|
int |
hashCode() |
String |
toString() |
public static WorkflowRealTimeStatisticsFetcher fetcher(String pathWorkspaceSid, String pathWorkflowSid)
pathWorkspaceSid - The workspace_sidpathWorkflowSid - The workflow_sidpublic static WorkflowRealTimeStatistics fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static WorkflowRealTimeStatistics fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getAccountSid()
public final Integer getLongestTaskWaitingAge()
public final Map<String,Object> getTasksByPriority()
public final Map<String,Object> getTasksByStatus()
public final Integer getTotalTasks()
public final String getWorkflowSid()
public final String getWorkspaceSid()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.