Class TaskQueuesStatistics
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.taskrouter.v1.workspace.taskqueue.TaskQueuesStatistics
-
- All Implemented Interfaces:
Serializable
public class TaskQueuesStatistics extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static TaskQueuesStatisticsfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a TaskQueuesStatistics object using the provided ObjectMapper.static TaskQueuesStatisticsfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a TaskQueuesStatistics object using the provided ObjectMapper.StringgetAccountSid()Map<String,Object>getCumulative()Map<String,Object>getRealtime()StringgetTaskQueueSid()StringgetWorkspaceSid()inthashCode()static TaskQueuesStatisticsReaderreader(String pathWorkspaceSid)
-
-
-
Method Detail
-
reader
public static TaskQueuesStatisticsReader reader(String pathWorkspaceSid)
-
fromJson
public static TaskQueuesStatistics fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a TaskQueuesStatistics object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- TaskQueuesStatistics object represented by the provided JSON
-
fromJson
public static TaskQueuesStatistics fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a TaskQueuesStatistics object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- TaskQueuesStatistics object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getTaskQueueSid
public final String getTaskQueueSid()
-
getWorkspaceSid
public final String getWorkspaceSid()
-
-