Skip to content

Commit

Permalink
[CST-12108] add java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Micheleboychuk committed Feb 23, 2024
1 parent a139615 commit a853210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dspace-api/src/main/java/org/dspace/qaevent/QATopic.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public class QATopic {
*/
private UUID focus;
private String key;
/**
* The source attributes contains the name of the AQ source like: OpenAIRE, DSpaceUsers
*/
private String source;
private Date lastEvent;
private long totalEvents;
Expand Down

0 comments on commit a853210

Please sign in to comment.