|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.instance.FeedbackSummaryIssue
public class FeedbackSummaryIssue
Represents an issue in the call feedback summary.
| Field Summary | |
|---|---|
static String |
COUNT_PROPERTY
|
static String |
DESCRIPTION_PROPERTY
|
static String |
PERCENTAGE_OF_TOTAL_CALLS_PROPERTY
|
| Constructor Summary | |
|---|---|
FeedbackSummaryIssue(String description,
int count,
double percentageOfTotalCalls)
Instantiates a FeedbackSummaryIssue. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
int |
getCount()
Gets the number of calls affected by the issue. |
String |
getDescription()
Gets the description. |
double |
getPercentageOfTotalCalls()
Gets the percentage of the total calls affected. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DESCRIPTION_PROPERTY
public static final String COUNT_PROPERTY
public static final String PERCENTAGE_OF_TOTAL_CALLS_PROPERTY
| Constructor Detail |
|---|
public FeedbackSummaryIssue(String description,
int count,
double percentageOfTotalCalls)
description - count - percentageOfTotalCalls - | Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int getCount()
public String getDescription()
public double getPercentageOfTotalCalls()
public int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||