Skip to content

Commit fce9df9

Browse files
authored
Merge pull request #935 from xuchenCN/stats_read
Getter of stats read
2 parents cd0fa9d + b1dbac6 commit fce9df9

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)