public class TaskQueueCumulativeStatistics extends Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static TaskQueueCumulativeStatisticsFetcher |
fetcher(String pathWorkspaceSid,
String pathTaskQueueSid)
Create a TaskQueueCumulativeStatisticsFetcher to execute fetch.
|
static TaskQueueCumulativeStatistics |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a TaskQueueCumulativeStatistics object using
the provided ObjectMapper.
|
static TaskQueueCumulativeStatistics |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a TaskQueueCumulativeStatistics object using the
provided ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
Integer |
getAvgTaskAcceptanceTime()
Returns The The avg_task_acceptance_time.
|
org.joda.time.DateTime |
getEndTime()
Returns The The end_time.
|
Integer |
getReservationsAccepted()
Returns The The reservations_accepted.
|
Integer |
getReservationsCanceled()
Returns The The reservations_canceled.
|
Integer |
getReservationsCreated()
Returns The The reservations_created.
|
Integer |
getReservationsRejected()
Returns The The reservations_rejected.
|
Integer |
getReservationsRescinded()
Returns The The reservations_rescinded.
|
Integer |
getReservationsTimedOut()
Returns The The reservations_timed_out.
|
Map<String,Object> |
getSplitByWaitTime()
Returns The The split_by_wait_time.
|
org.joda.time.DateTime |
getStartTime()
Returns The The start_time.
|
String |
getTaskQueueSid()
Returns The The task_queue_sid.
|
Integer |
getTasksCanceled()
Returns The The tasks_canceled.
|
Integer |
getTasksCompleted()
Returns The The tasks_completed.
|
Integer |
getTasksDeleted()
Returns The The tasks_deleted.
|
Integer |
getTasksEntered()
Returns The The tasks_entered.
|
Integer |
getTasksMoved()
Returns The The tasks_moved.
|
URI |
getUrl()
Returns The The url.
|
Map<String,Object> |
getWaitDurationUntilAccepted()
Returns The The wait_duration_until_accepted.
|
Map<String,Object> |
getWaitDurationUntilCanceled()
Returns The The wait_duration_until_canceled.
|
String |
getWorkspaceSid()
Returns The The workspace_sid.
|
int |
hashCode() |
String |
toString() |
public static TaskQueueCumulativeStatisticsFetcher fetcher(String pathWorkspaceSid, String pathTaskQueueSid)
pathWorkspaceSid - The workspace_sidpathTaskQueueSid - The task_queue_sidpublic static TaskQueueCumulativeStatistics fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static TaskQueueCumulativeStatistics fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getAccountSid()
public final Integer getAvgTaskAcceptanceTime()
public final org.joda.time.DateTime getStartTime()
public final org.joda.time.DateTime getEndTime()
public final Integer getReservationsCreated()
public final Integer getReservationsAccepted()
public final Integer getReservationsRejected()
public final Integer getReservationsTimedOut()
public final Integer getReservationsCanceled()
public final Integer getReservationsRescinded()
public final Map<String,Object> getSplitByWaitTime()
public final String getTaskQueueSid()
public final Map<String,Object> getWaitDurationUntilAccepted()
public final Map<String,Object> getWaitDurationUntilCanceled()
public final Integer getTasksCanceled()
public final Integer getTasksCompleted()
public final Integer getTasksDeleted()
public final Integer getTasksEntered()
public final Integer getTasksMoved()
public final String getWorkspaceSid()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.