public class TaskQueueStatistics extends Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static TaskQueueStatisticsFetcher |
fetcher(String pathWorkspaceSid,
String pathTaskQueueSid)
Create a TaskQueueStatisticsFetcher to execute fetch.
|
static TaskQueueStatistics |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a TaskQueueStatistics object using the
provided ObjectMapper.
|
static TaskQueueStatistics |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a TaskQueueStatistics object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
Map<String,Object> |
getCumulative()
Returns The The cumulative.
|
Map<String,Object> |
getRealtime()
Returns The The realtime.
|
String |
getTaskQueueSid()
Returns The The task_queue_sid.
|
URI |
getUrl()
Returns The The url.
|
String |
getWorkspaceSid()
Returns The The workspace_sid.
|
int |
hashCode() |
String |
toString() |
public static TaskQueueStatisticsFetcher fetcher(String pathWorkspaceSid, String pathTaskQueueSid)
pathWorkspaceSid - The workspace_sidpathTaskQueueSid - The task_queue_sidpublic static TaskQueueStatistics fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static TaskQueueStatistics fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getAccountSid()
public final Map<String,Object> getCumulative()
public final Map<String,Object> getRealtime()
public final String getTaskQueueSid()
public final String getWorkspaceSid()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.