Class DialogRating

  • All Implemented Interfaces:

    
    public final class DialogRating
    
                        

    A DialogRating is a class of statistics for the user satisfaction module for each rating given by a user, the number of users who gave the same rating

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Double getRating() rating is the rating given by the user the rating can be a number between 1 and 5
      final Unit setRating(Double rating) rating is the rating given by the user the rating can be a number between 1 and 5
      final Integer getNbUsers() nbUsers is the number of users who gave this rating to the dialog
      final Unit setNbUsers(Integer nbUsers) nbUsers is the number of users who gave this rating to the dialog
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait