public class WorkersRealTimeStatistics extends Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static WorkersRealTimeStatisticsFetcher |
fetcher(String pathWorkspaceSid)
Create a WorkersRealTimeStatisticsFetcher to execute fetch.
|
static WorkersRealTimeStatistics |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a WorkersRealTimeStatistics object using the
provided ObjectMapper.
|
static WorkersRealTimeStatistics |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a WorkersRealTimeStatistics object using the
provided ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
List<Map<String,Object>> |
getActivityStatistics()
Returns The The activity_statistics.
|
Integer |
getTotalWorkers()
Returns The The total_workers.
|
URI |
getUrl()
Returns The The url.
|
String |
getWorkspaceSid()
Returns The The workspace_sid.
|
int |
hashCode() |
String |
toString() |
public static WorkersRealTimeStatisticsFetcher fetcher(String pathWorkspaceSid)
pathWorkspaceSid - The workspace_sidpublic static WorkersRealTimeStatistics fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static WorkersRealTimeStatistics fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getAccountSid()
public final List<Map<String,Object>> getActivityStatistics()
public final Integer getTotalWorkers()
public final String getWorkspaceSid()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.