@Deprecated public class RouteUpdate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RouteUpdate.Type
Deprecated.
Specifies the type of a route update.
|
| Constructor and Description |
|---|
RouteUpdate(RouteUpdate.Type type,
RouteEntry routeEntry)
Deprecated.
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Deprecated.
|
int |
hashCode()
Deprecated.
|
RouteEntry |
routeEntry()
Deprecated.
Returns the route entry the route update is for.
|
String |
toString()
Deprecated.
|
RouteUpdate.Type |
type()
Deprecated.
Returns the type of the route update.
|
public RouteUpdate(RouteUpdate.Type type, RouteEntry routeEntry)
type - the type of the route updaterouteEntry - the route entry with the updatepublic RouteUpdate.Type type()
public RouteEntry routeEntry()