Class RpcRouteKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes.RpcRouteKey
-
- 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<RpcRoute>
@Generated("mdsal-binding-generator") public class RpcRouteKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<RpcRoute>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcRouteKey(@NonNull String _id)RpcRouteKey(RpcRouteKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
RpcRouteKey
public RpcRouteKey(@NonNull String _id)
-
RpcRouteKey
public RpcRouteKey(RpcRouteKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-