|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.instance.taskrouter.ActivityDuration
public class ActivityDuration
Represents an activity duration.
| Field Summary | |
|---|---|
static String |
AVERAGE_PROPERTY
|
static String |
FRIENDLY_NAME_PROPERTY
|
static String |
MAXIMUM_PROPERTY
|
static String |
MINIMUM_PROPERTY
|
| Constructor Summary | |
|---|---|
ActivityDuration(String sid,
String friendlyName,
Double average,
Integer maximum,
Integer minimum)
Instantiates an ActivityDuration. |
|
| Method Summary | |
|---|---|
Double |
getAverage()
Get the average duration in seconds. |
String |
getFriendlyName()
Get the activity's friendly name. |
Integer |
getMaximum()
Get the maximum duration in seconds. |
Integer |
getMinimum()
Get the minimum duration in seconds. |
String |
getSid()
Get the activity's sid. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String AVERAGE_PROPERTY
public static final String FRIENDLY_NAME_PROPERTY
public static final String MAXIMUM_PROPERTY
public static final String MINIMUM_PROPERTY
| Constructor Detail |
|---|
public ActivityDuration(String sid,
String friendlyName,
Double average,
Integer maximum,
Integer minimum)
sid - friendlyName - average - maximum - minimum - | Method Detail |
|---|
public Double getAverage()
public String getFriendlyName()
public Integer getMaximum()
public Integer getMinimum()
public String getSid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||