package org.openslx.dnbd3.status.output; import com.google.gson.annotations.Expose; public class ServerStats { @Expose public String address; @Expose public int clientCount; @Expose public long uptime; @Expose public long bytesSent; @Expose public long bytesReceived; }