public class TaskQueuesStatistics extends Resource
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static TaskQueuesStatistics |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a TaskQueuesStatistics object using the
provided ObjectMapper.
|
static TaskQueuesStatistics |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a TaskQueuesStatistics 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() |
static TaskQueuesStatisticsReader |
read(String workspaceSid)
Create a TaskQueuesStatisticsReader to execute read.
|
String |
toString() |
public static TaskQueuesStatisticsReader read(String workspaceSid)
workspaceSid
- The workspace_sidpublic static TaskQueuesStatistics fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static TaskQueuesStatistics 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.