public class WorkersCumulativeStatistics extends Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static WorkersCumulativeStatisticsFetcher |
fetcher(String pathWorkspaceSid)
Create a WorkersCumulativeStatisticsFetcher to execute fetch.
|
static WorkersCumulativeStatistics |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a WorkersCumulativeStatistics object using
the provided ObjectMapper.
|
static WorkersCumulativeStatistics |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a WorkersCumulativeStatistics object using the
provided ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
List<Map<String,Object>> |
getActivityDurations()
Returns The The activity_durations.
|
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.
|
org.joda.time.DateTime |
getStartTime()
Returns The The start_time.
|
URI |
getUrl()
Returns The The url.
|
String |
getWorkspaceSid()
Returns The The workspace_sid.
|
int |
hashCode() |
String |
toString() |
public static WorkersCumulativeStatisticsFetcher fetcher(String pathWorkspaceSid)
pathWorkspaceSid - The workspace_sidpublic static WorkersCumulativeStatistics fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static WorkersCumulativeStatistics fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getAccountSid()
public final org.joda.time.DateTime getStartTime()
public final org.joda.time.DateTime getEndTime()
public final List<Map<String,Object>> getActivityDurations()
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 String getWorkspaceSid()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.