public class ActivityStatistic extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FRIENDLY_NAME_PROPERTY |
static String |
WORKERS_PROPERTY |
| Constructor and Description |
|---|
ActivityStatistic(String sid,
String friendlyName,
Integer workers)
Instantiates an ActivityStatistic.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName()
Get the activity's friendly name.
|
String |
getSid()
Get the activity's sid.
|
Integer |
getWorkers()
Get the activity's number of workers.
|
public static final String FRIENDLY_NAME_PROPERTY
public static final String WORKERS_PROPERTY
public String getSid()
public String getFriendlyName()
public Integer getWorkers()
Copyright © 2011 Twilio, Inc. All Rights Reserved.