public class TaskQueueStatistics extends Resource
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static TaskQueueStatisticsFetcher |
fetch(String workspaceSid,
String taskQueueSid)
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,String> |
getCumulative()
Returns The The cumulative.
|
com.fasterxml.jackson.databind.JsonNode |
getRealtime()
Returns The The realtime.
|
String |
getTaskQueueSid()
Returns The The task_queue_sid.
|
String |
getWorkspaceSid()
Returns The The workspace_sid.
|
int |
hashCode() |
String |
toString() |
public static TaskQueueStatisticsFetcher fetch(String workspaceSid, String taskQueueSid)
workspaceSid
- The workspace_sidtaskQueueSid
- 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,String> getCumulative()
public final com.fasterxml.jackson.databind.JsonNode getRealtime()
public final String getTaskQueueSid()
public final String getWorkspaceSid()
Copyright © 2011 Twilio, Inc. All Rights Reserved.