Class GamificationActionsHistoryRestEntity

  • All Implemented Interfaces:
    Cloneable

    public class GamificationActionsHistoryRestEntity
    extends Object
    implements Cloneable
    • Constructor Detail

      • GamificationActionsHistoryRestEntity

        public GamificationActionsHistoryRestEntity()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getEarner

        public String getEarner()
      • setEarner

        public void setEarner​(String earner)
      • getAction

        public RuleDTO getAction()
      • setAction

        public void setAction​(RuleDTO action)
      • getActionLabel

        public String getActionLabel()
      • setActionLabel

        public void setActionLabel​(String actionLabel)
      • getScore

        public Long getScore()
      • setScore

        public void setScore​(Long score)
      • getCreator

        public String getCreator()
      • setCreator

        public void setCreator​(String creator)
      • getCreatedDate

        public String getCreatedDate()
      • setCreatedDate

        public void setCreatedDate​(String createdDate)
      • getStatus

        public String getStatus()
      • setStatus

        public void setStatus​(String status)
      • getSpace

        public String getSpace()
      • setSpace

        public void setSpace​(String space)
      • setDomain

        public void setDomain​(DomainDTO domain)