Class FlowspecL3vpnRouteKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv4.route.FlowspecL3vpnRouteKey
-
- 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<FlowspecL3vpnRoute>
@Generated("mdsal-binding-generator") public class FlowspecL3vpnRouteKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<FlowspecL3vpnRoute>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlowspecL3vpnRouteKey(@NonNull PathId _pathId, @NonNull String _routeKey)FlowspecL3vpnRouteKey(FlowspecL3vpnRouteKey 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
-
FlowspecL3vpnRouteKey
public FlowspecL3vpnRouteKey(@NonNull PathId _pathId, @NonNull String _routeKey)
-
FlowspecL3vpnRouteKey
public FlowspecL3vpnRouteKey(FlowspecL3vpnRouteKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-