Package com.twilio.type
Class FeedbackIssue
- java.lang.Object
-
- com.twilio.type.FeedbackIssue
-
public class FeedbackIssue extends Object
Representation of a Feedback Issue.For more information see: Feedback docs
-
-
Constructor Summary
Constructors Constructor Description FeedbackIssue(int count, String description, String percentageOfTotalCalls)
Initialize a FeedbackIssue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getCount()
String
getDescription()
String
getPercentageOfTotalCalls()
int
hashCode()
-