public class RoutingEntry
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
ID |
java.lang.String |
name |
long |
timestamp |
Constructor and Description |
---|
RoutingEntry() |
RoutingEntry(RoutingEntry other) |
Modifier and Type | Method and Description |
---|---|
void |
set(RoutingEntry other) |
java.lang.String |
toString() |
public RoutingEntry()
public RoutingEntry(RoutingEntry other)
public void set(RoutingEntry other)
public java.lang.String toString()
toString
in class java.lang.Object