@DefaultCoder(value=BytesInOut.BytesInOutCoder.class) public class BytesInOut extends Object implements Comparable<BytesInOut>
| Modifier and Type | Class and Description |
|---|---|
static class |
BytesInOut.BytesInOutCoder |
| Constructor and Description |
|---|
BytesInOut(org.opennms.netmgt.flows.persistence.model.FlowDocument flow) |
BytesInOut(org.opennms.netmgt.flows.persistence.model.FlowDocument flow,
double multiplier) |
BytesInOut(long bytesIn,
long bytesOut) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BytesInOut other) |
boolean |
equals(Object o) |
long |
getBytesIn() |
long |
getBytesOut() |
int |
hashCode() |
static BytesInOut |
sum(BytesInOut a,
BytesInOut b) |
String |
toString() |
public BytesInOut(long bytesIn,
long bytesOut)
public BytesInOut(org.opennms.netmgt.flows.persistence.model.FlowDocument flow,
double multiplier)
public BytesInOut(org.opennms.netmgt.flows.persistence.model.FlowDocument flow)
public static BytesInOut sum(BytesInOut a, BytesInOut b)
public long getBytesIn()
public long getBytesOut()
public int compareTo(BytesInOut other)
compareTo in interface Comparable<BytesInOut>Copyright © 2020. All rights reserved.