Class RouteTargetConstrainRouteKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes.route.target.constrain.routes.RouteTargetConstrainRouteKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.binding.Key<RouteTargetConstrainRoute>,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable
@Generated("mdsal-binding-generator")
public final class RouteTargetConstrainRouteKey
extends Object
implements org.opendaylight.yangtools.binding.Key<RouteTargetConstrainRoute>
This class represents the key of
RouteTargetConstrainRoute class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRouteTargetConstrainRouteKey(@NonNull PathId _pathId, @NonNull String _routeKey) Constructs an instance.Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
RouteTargetConstrainRouteKey
Constructs an instance.- Parameters:
_pathId- the entity pathId_routeKey- the entity routeKey- Throws:
NullPointerException- if any of the arguments are null
-
RouteTargetConstrainRouteKey
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
-