Class TaskQueueCumulativeStatistics
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.taskrouter.v1.workspace.taskqueue.TaskQueueCumulativeStatistics
-
- All Implemented Interfaces:
Serializable
public class TaskQueueCumulativeStatistics extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
-
-
-
Method Detail
-
fetcher
public static TaskQueueCumulativeStatisticsFetcher fetcher(String pathWorkspaceSid, String pathTaskQueueSid)
-
fromJson
public static TaskQueueCumulativeStatistics fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a TaskQueueCumulativeStatistics object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- TaskQueueCumulativeStatistics object represented by the provided JSON
-
fromJson
public static TaskQueueCumulativeStatistics fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a TaskQueueCumulativeStatistics object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- TaskQueueCumulativeStatistics object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getAvgTaskAcceptanceTime
public final Integer getAvgTaskAcceptanceTime()
-
getStartTime
public final ZonedDateTime getStartTime()
-
getEndTime
public final ZonedDateTime getEndTime()
-
getReservationsCreated
public final Integer getReservationsCreated()
-
getReservationsAccepted
public final Integer getReservationsAccepted()
-
getReservationsRejected
public final Integer getReservationsRejected()
-
getReservationsTimedOut
public final Integer getReservationsTimedOut()
-
getReservationsCanceled
public final Integer getReservationsCanceled()
-
getReservationsRescinded
public final Integer getReservationsRescinded()
-
getTaskQueueSid
public final String getTaskQueueSid()
-
getWaitDurationInQueueUntilAccepted
public final Map<String,Object> getWaitDurationInQueueUntilAccepted()
-
getTasksCanceled
public final Integer getTasksCanceled()
-
getTasksCompleted
public final Integer getTasksCompleted()
-
getTasksDeleted
public final Integer getTasksDeleted()
-
getTasksEntered
public final Integer getTasksEntered()
-
getTasksMoved
public final Integer getTasksMoved()
-
getWorkspaceSid
public final String getWorkspaceSid()
-
getUrl
public final URI getUrl()
-
-