forked from Archives/Athou_commafeed
fix #24
This commit is contained in:
@@ -8,6 +8,7 @@ public class Subscription implements Serializable {
|
||||
private Long id;
|
||||
private String name;
|
||||
private String message;
|
||||
private int errorCount;
|
||||
private String feedUrl;
|
||||
private long unread;
|
||||
|
||||
@@ -51,4 +52,12 @@ public class Subscription implements Serializable {
|
||||
this.feedUrl = feedUrl;
|
||||
}
|
||||
|
||||
public int getErrorCount() {
|
||||
return errorCount;
|
||||
}
|
||||
|
||||
public void setErrorCount(int errorCount) {
|
||||
this.errorCount = errorCount;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user