public class RouteKey extends Object implements Identifier<Route>
Constructor and Description |
---|
RouteKey(Ipv4Prefix _destinationPrefix) |
RouteKey(RouteKey source)
Creates a copy from Source Object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Ipv4Prefix |
getDestinationPrefix() |
int |
hashCode() |
String |
toString() |
public RouteKey(Ipv4Prefix _destinationPrefix)
public RouteKey(RouteKey source)
source
- Source objectpublic Ipv4Prefix getDestinationPrefix()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2019 OpenDaylight. All rights reserved.