java.lang.Object
org.exoplatform.addons.gamification.rest.model.GamificationActionsHistoryRestEntity
- All Implemented Interfaces:
Cloneable
public class GamificationActionsHistoryRestEntity
extends Object
implements Cloneable
-
Constructor Summary
Constructors
GamificationActionsHistoryRestEntity(Long id,
org.exoplatform.social.rest.entity.IdentityEntity earner,
RuleDTO action,
DomainDTO domain,
String domainLabel,
String actionLabel,
Long score,
String creator,
String createdDate,
String status,
String space,
String url)
-
Method Summary
-
Constructor Details
-
GamificationActionsHistoryRestEntity
public GamificationActionsHistoryRestEntity(Long id,
org.exoplatform.social.rest.entity.IdentityEntity earner,
RuleDTO action,
DomainDTO domain,
String domainLabel,
String actionLabel,
Long score,
String creator,
String createdDate,
String status,
String space,
String url)
-