public class WorkflowStatistics extends Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static WorkflowStatisticsFetcher |
fetcher(String pathWorkspaceSid,
String pathWorkflowSid)
Create a WorkflowStatisticsFetcher to execute fetch.
|
static WorkflowStatistics |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a WorkflowStatistics object using the
provided ObjectMapper.
|
static WorkflowStatistics |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a WorkflowStatistics object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
Map<String,Object> |
getCumulative()
Returns The The cumulative.
|
Map<String,Object> |
getRealtime()
Returns The The realtime.
|
URI |
getUrl()
Returns The The url.
|
String |
getWorkflowSid()
Returns The The workflow_sid.
|
String |
getWorkspaceSid()
Returns The The workspace_sid.
|
int |
hashCode() |
String |
toString() |
public static WorkflowStatisticsFetcher fetcher(String pathWorkspaceSid, String pathWorkflowSid)
pathWorkspaceSid - The workspace_sidpathWorkflowSid - The workflow_sidpublic static WorkflowStatistics fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static WorkflowStatistics fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getAccountSid()
public final Map<String,Object> getCumulative()
public final Map<String,Object> getRealtime()
public final String getWorkflowSid()
public final String getWorkspaceSid()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.