public class FeedbackSummaryIssue extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_PROPERTY |
static String |
DESCRIPTION_PROPERTY |
static String |
PERCENTAGE_OF_TOTAL_CALLS_PROPERTY |
| Constructor and Description |
|---|
FeedbackSummaryIssue(String description,
int count,
double percentageOfTotalCalls)
Instantiates a FeedbackSummaryIssue.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final String DESCRIPTION_PROPERTY
public static final String COUNT_PROPERTY
public static final String PERCENTAGE_OF_TOTAL_CALLS_PROPERTY
public FeedbackSummaryIssue(String description, int count, double percentageOfTotalCalls)
description - count - percentageOfTotalCalls - public int getCount()
public String getDescription()
public double getPercentageOfTotalCalls()
Copyright © 2011 Twilio, Inc. All Rights Reserved.