|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.instance.taskrouter.ActivityStatistic
public class ActivityStatistic
Represents an activity statistic.
| Field Summary | |
|---|---|
static String |
FRIENDLY_NAME_PROPERTY
|
static String |
WORKERS_PROPERTY
|
| Constructor Summary | |
|---|---|
ActivityStatistic(String sid,
String friendlyName,
Integer workers)
Instantiates an ActivityStatistic. |
|
| Method Summary | |
|---|---|
String |
getFriendlyName()
Get the activity's friendly name. |
String |
getSid()
Get the activity's sid. |
Integer |
getWorkers()
Get the activity's number of workers. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FRIENDLY_NAME_PROPERTY
public static final String WORKERS_PROPERTY
| Constructor Detail |
|---|
public ActivityStatistic(String sid,
String friendlyName,
Integer workers)
sid - friendlyName - workers - | Method Detail |
|---|
public String getSid()
public String getFriendlyName()
public Integer getWorkers()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||