public class WorkflowStatistics extends Resource
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static WorkflowStatisticsFetcher |
fetch(String workspaceSid,
String workflowSid)
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.
|
com.fasterxml.jackson.databind.JsonNode |
getCumulative()
Returns The The cumulative.
|
com.fasterxml.jackson.databind.JsonNode |
getRealtime()
Returns The The realtime.
|
String |
getWorkflowSid()
Returns The The workflow_sid.
|
String |
getWorkspaceSid()
Returns The The workspace_sid.
|
int |
hashCode() |
String |
toString() |
public static WorkflowStatisticsFetcher fetch(String workspaceSid, String workflowSid)
workspaceSid
- The workspace_sidworkflowSid
- 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 com.fasterxml.jackson.databind.JsonNode getCumulative()
public final com.fasterxml.jackson.databind.JsonNode getRealtime()
public final String getWorkflowSid()
public final String getWorkspaceSid()
Copyright © 2011 Twilio, Inc. All Rights Reserved.