public class FeedbackIssue extends Object
For more information see: Feedback docs
Constructor and Description |
---|
FeedbackIssue(int count,
String description,
String percentageOfTotalCalls)
Initialize a FeedbackIssue.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getCount() |
String |
getDescription() |
String |
getPercentageOfTotalCalls() |
int |
hashCode() |
String |
toString() |
Copyright © 2016 Twilio, Inc. All Rights Reserved.