Class FlowspecRouteKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv4.route.FlowspecRouteKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.binding.Key<FlowspecRoute>,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable
@Generated("mdsal-binding-generator")
public final class FlowspecRouteKey
extends Object
implements org.opendaylight.yangtools.binding.Key<FlowspecRoute>
This class represents the key of
FlowspecRoute class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlowspecRouteKey(FlowspecRouteKey source) Creates a copy from Source Object.FlowspecRouteKey(@NonNull PathId _pathId, @NonNull String _routeKey) Constructs an instance. -
Method Summary
-
Constructor Details
-
FlowspecRouteKey
Constructs an instance.- Parameters:
_pathId- the entity pathId_routeKey- the entity routeKey- Throws:
NullPointerException- if any of the arguments are null
-
FlowspecRouteKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getRouteKey
Return routeKey, guaranteed to be non-null.- Returns:
StringrouteKey, guaranteed to be non-null.
-
getPathId
Return pathId, guaranteed to be non-null.- Returns:
PathIdpathId, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-