Class CallSurveyRatingScale
- Object
-
- CallSurveyRatingScale
-
public final class CallSurveyRatingScale extends ObjectRate scale for Call Survey scores.
-
-
Constructor Summary
Constructors Constructor Description CallSurveyRatingScale()Creates a new instance of CallSurveyRatingScale
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.intgetLowerBound()Inclusive lower bound of the rating value 0 to 100 (default 1)intgetLowScoreThreshold()Gets the threshold value when the score is lower or equals (inclusive) than will be considered a bad experience (default 3)intgetUpperBound()Inclusive upper bound of the rating value 0 to 100 (default 5)CallSurveyRatingScalesetLowerBound(int value)Inclusive lower bound of the rating value 0 to 100 (default 1)CallSurveyRatingScalesetLowScoreThreshold(int value)Sets the threshold value when the score is lower or equals (inclusive) than will be considered a bad experience (default 3)CallSurveyRatingScalesetUpperBound(int value)Inclusive upper bound of the rating value 0 to 100 (default 5)
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalizein classObject
-
getLowerBound
public int getLowerBound()
Inclusive lower bound of the rating value 0 to 100 (default 1)
-
setLowerBound
public CallSurveyRatingScale setLowerBound(int value)
Inclusive lower bound of the rating value 0 to 100 (default 1)- Parameters:
value- The new value.
-
getUpperBound
public int getUpperBound()
Inclusive upper bound of the rating value 0 to 100 (default 5)
-
setUpperBound
public CallSurveyRatingScale setUpperBound(int value)
Inclusive upper bound of the rating value 0 to 100 (default 5)- Parameters:
value- The new value.
-
getLowScoreThreshold
public int getLowScoreThreshold()
Gets the threshold value when the score is lower or equals (inclusive) than will be considered a bad experience (default 3)
-
setLowScoreThreshold
public CallSurveyRatingScale setLowScoreThreshold(int value)
Sets the threshold value when the score is lower or equals (inclusive) than will be considered a bad experience (default 3)- Parameters:
value- The new value.
-
-