Class RuleRestEntity

java.lang.Object
org.exoplatform.addons.gamification.rest.model.RuleRestEntity
All Implemented Interfaces:
Cloneable

public class RuleRestEntity extends Object implements Cloneable
  • Field Details

    • id

      protected Long id
    • title

      protected String title
    • description

      protected String description
    • score

      protected int score
    • enabled

      protected boolean enabled
    • deleted

      protected boolean deleted
  • Constructor Details

    • RuleRestEntity

      public RuleRestEntity()
  • Method Details