Class L3vpnMcastRouteKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.routes.L3vpnMcastRouteKey
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>,org.opendaylight.yangtools.yang.binding.Identifier<L3vpnMcastRoute>
@Generated("mdsal-binding-generator") public class L3vpnMcastRouteKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<L3vpnMcastRoute>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description L3vpnMcastRouteKey(@NonNull PathId _pathId, @NonNull String _routeKey)L3vpnMcastRouteKey(L3vpnMcastRouteKey source)Creates a copy from Source Object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)@NonNull PathIdgetPathId()@NonNull StringgetRouteKey()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
L3vpnMcastRouteKey
public L3vpnMcastRouteKey(L3vpnMcastRouteKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-