public class NextHopGroupKey
extends java.lang.Object
| Constructor and Description |
|---|
NextHopGroupKey(IpAddress address)
Creates a new next hop group key.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
address()
Returns the next hop's IP address.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public NextHopGroupKey(IpAddress address)
address - next hop's IP addresspublic IpAddress address()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object