public class TrafficSummary<T> extends Object
Constructor and Description |
---|
TrafficSummary(T entity) |
Modifier and Type | Method and Description |
---|---|
long |
getBytesIn() |
long |
getBytesOut() |
T |
getEntity() |
void |
setBytesIn(long bytesIn) |
void |
setBytesOut(long bytesOut) |
Copyright © 2019. All rights reserved.