public class InProgress extends Resource
Modifier and Type | Class and Description |
---|---|
static class |
InProgress.Status |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static InProgress |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a InProgress object using the provided
ObjectMapper.
|
static InProgress |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a InProgress object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
Integer |
getDuration()
Returns The The duration.
|
org.joda.time.DateTime |
getEndTime()
Returns The The end_time.
|
String |
getSid()
Returns The The sid.
|
org.joda.time.DateTime |
getStartTime()
Returns The The start_time.
|
InProgress.Status |
getStatus()
Returns The The status.
|
URI |
getUrl()
Returns The The url.
|
int |
hashCode() |
static InProgressReader |
read()
Create a InProgressReader to execute read.
|
String |
toString() |
public static InProgressReader read()
public static InProgress fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static InProgress fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapperpublic final String getSid()
public final InProgress.Status getStatus()
public final Integer getDuration()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getStartTime()
public final org.joda.time.DateTime getEndTime()
public final String getAccountSid()
public final URI getUrl()
Copyright © 2011 Twilio, Inc. All Rights Reserved.