We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1da86d + 40cfe4d commit c61c659Copy full SHA for c61c659
src/main/java/org/zendesk/client/v2/model/Metric.java
@@ -10,7 +10,7 @@
10
*/
11
public class Metric implements Serializable {
12
13
- private static final long serialVersionUID = 1L;
+ private static final long serialVersionUID = -847290591071406141L;
14
15
@JsonProperty("id")
16
protected Long id;
@@ -247,7 +247,9 @@ public String toString() {
247
'}';
248
}
249
250
- public class ZendeskComboMinutes {
+ public class ZendeskComboMinutes implements Serializable {
251
+
252
+ private static final long serialVersionUID = 295719113530420878L;
253
254
@JsonProperty("calendar")
255
protected Long calendarMinutes;
0 commit comments