diff --git a/src/main/java/com/spotify/reaper/resources/view/RepairScheduleStatus.java b/src/main/java/com/spotify/reaper/resources/view/RepairScheduleStatus.java index 3705ec020..e8543a0a0 100644 --- a/src/main/java/com/spotify/reaper/resources/view/RepairScheduleStatus.java +++ b/src/main/java/com/spotify/reaper/resources/view/RepairScheduleStatus.java @@ -26,10 +26,10 @@ public class RepairScheduleStatus { - @JsonProperty() + @JsonProperty private long id; - @JsonProperty() + @JsonProperty private String owner; @JsonProperty("cluster_name") @@ -41,7 +41,7 @@ public class RepairScheduleStatus { @JsonProperty("keyspace_name") private String keyspaceName; - @JsonProperty() + @JsonProperty private String state; @JsonIgnore @@ -53,7 +53,7 @@ public class RepairScheduleStatus { @JsonIgnore private DateTime pauseTime; - @JsonProperty() + @JsonProperty private double intensity; @JsonProperty("segment_count")