Class DestinationSetNextObjectiveStoreKey
- java.lang.Object
-
- org.onosproject.segmentrouting.storekey.DestinationSetNextObjectiveStoreKey
-
public class DestinationSetNextObjectiveStoreKey extends Object
Key of Destination set next objective store.
-
-
Constructor Summary
Constructors Constructor Description DestinationSetNextObjectiveStoreKey(org.onosproject.net.DeviceId deviceId, DestinationSet ds)Constructs the key of destination set next objective store.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationSetdestinationSet()Returns the destination set in the key.org.onosproject.net.DeviceIddeviceId()Returns the device ID in the key.booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Constructor Detail
-
DestinationSetNextObjectiveStoreKey
public DestinationSetNextObjectiveStoreKey(org.onosproject.net.DeviceId deviceId, DestinationSet ds)Constructs the key of destination set next objective store.- Parameters:
deviceId- device IDds- destination set
-
-
Method Detail
-
deviceId
public org.onosproject.net.DeviceId deviceId()
Returns the device ID in the key.- Returns:
- device ID
-
destinationSet
public DestinationSet destinationSet()
Returns the destination set in the key.- Returns:
- destination set
-
-