public static class BindingAwareRpcRouter.BindingAwareRouteIdentifier extends Object implements RpcRouter.RouteIdentifier<String,String,String>, org.opendaylight.yangtools.concepts.Immutable
Constructor and Description |
---|
BindingAwareRouteIdentifier(String type,
String route,
String content) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContext()
Java class name of Rpc Context.
|
String |
getRoute()
String representation of route e.g.
|
String |
getType()
Java class name of Rpc Type e.g org.opendaylight.AddFlowInput.
|
int |
hashCode() |
public String getContext()
getContext
in interface RpcRouter.RouteIdentifier<String,String,String>
public String getRoute()
getRoute
in interface RpcRouter.RouteIdentifier<String,String,String>
public String getType()
getType
in interface RpcRouter.RouteIdentifier<String,String,String>
Copyright © 2019 OpenDaylight. All rights reserved.