Skip to content

Commit b1dbac6

Browse files
committed
Getter of stats read
1 parent cd0fa9d commit b1dbac6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/github/dockerjava/api/model/Statistics.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ public class Statistics implements Serializable {
5252
@JsonProperty("precpu_stats")
5353
private Map<String, Object> preCpuStats;
5454

55+
public String getRead() {
56+
return read;
57+
}
58+
5559
/**
5660
* @since Docker Remote API 1.21
5761
*/

0 commit comments

Comments
 (0)