To know whether the `com.couchbase.client.dcp.message.DcpMutationMessage` is an update, replace, insert

Is there any way to know in Java DCP library whether the com.couchbase.client.dcp.message.DcpMutationMessage is an update, replace or insert?

Thanks!