Class CallSurveyScore


  • public final class CallSurveyScore
    extends Object
    Survey Score
    • Constructor Detail

      • CallSurveyScore

        public CallSurveyScore()
        Create a new instance of CallSurveyScore
    • 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:
        finalize in class Object
      • getScore

        public int getScore()
        Score Value
      • setScore

        public CallSurveyScore setScore​(int value)
        Score Value
        Parameters:
        value - The new value.
      • getScale

        public CallSurveyRatingScale getScale()
        Rating Scale for the score, default is 5 star rating (1-5)