com.twilio.sdk.resource.instance
Class FeedbackSummaryIssue

java.lang.Object
  extended by com.twilio.sdk.resource.instance.FeedbackSummaryIssue

public class FeedbackSummaryIssue
extends Object

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

DESCRIPTION_PROPERTY

public static final String DESCRIPTION_PROPERTY
See Also:
Constant Field Values

COUNT_PROPERTY

public static final String COUNT_PROPERTY
See Also:
Constant Field Values

PERCENTAGE_OF_TOTAL_CALLS_PROPERTY

public static final String PERCENTAGE_OF_TOTAL_CALLS_PROPERTY
See Also:
Constant Field Values
Constructor Detail

FeedbackSummaryIssue

public FeedbackSummaryIssue(String description,
                            int count,
                            double percentageOfTotalCalls)
Instantiates a FeedbackSummaryIssue.

Parameters:
description -
count -
percentageOfTotalCalls -
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getCount

public int getCount()
Gets the number of calls affected by the issue.

Returns:
number of calls

getDescription

public String getDescription()
Gets the description.

Returns:
the description

getPercentageOfTotalCalls

public double getPercentageOfTotalCalls()
Gets the percentage of the total calls affected.

Returns:
percentage of calls affected

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 Twilio, Inc. All Rights Reserved.