public class WorkflowCumulativeStatistics extends Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static WorkflowCumulativeStatisticsFetcher |
fetcher(String pathWorkspaceSid,
String pathWorkflowSid)
Create a WorkflowCumulativeStatisticsFetcher to execute fetch.
|
static WorkflowCumulativeStatistics |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a WorkflowCumulativeStatistics object using
the provided ObjectMapper.
|
static WorkflowCumulativeStatistics |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a WorkflowCumulativeStatistics 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.
|
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.
|
Integer |
getTasksTimedOutInWorkflow()
Returns The The tasks_timed_out_in_workflow.
|
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 |
getWorkflowSid()
Returns The The workflow_sid.
|
String |
getWorkspaceSid()
Returns The The workspace_sid.
|
int |
hashCode() |
String |
toString() |
public static WorkflowCumulativeStatisticsFetcher fetcher(String pathWorkspaceSid, String pathWorkflowSid)
pathWorkspaceSid - The workspace_sidpathWorkflowSid - The workflow_sidpublic static WorkflowCumulativeStatistics fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static WorkflowCumulativeStatistics 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 Map<String,Object> getWaitDurationUntilAccepted()
public final Map<String,Object> getWaitDurationUntilCanceled()
public final Integer getTasksCanceled()
public final Integer getTasksCompleted()
public final Integer getTasksEntered()
public final Integer getTasksDeleted()
public final Integer getTasksMoved()
public final Integer getTasksTimedOutInWorkflow()
public final String getWorkflowSid()
public final String getWorkspaceSid()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.