Skip to content

Commit 7f1f827

Browse files
committed
added id and description to artifact model
1 parent b4c53c9 commit 7f1f827

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/redhat/labs/lodestar/models/Artifact.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
@AllArgsConstructor
1212
public class Artifact {
1313

14+
private String id;
1415
private String title;
16+
private String description;
1517
private String type;
1618
private String linkAddress;
1719

0 commit comments

Comments
 (0)